diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-18 13:01:36 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-18 13:01:36 +0000 |
commit | a64d03d619c7e7ef760683132ce6c156adaa20dc (patch) | |
tree | 80ebb9ae6dc59c87001c6d5e23f4027b18c185c3 /otherlibs/win32unix/unixsupport.h | |
parent | 51e7c409ef46a0800e82966b188869558d070e08 (diff) |
Suppression de la dependance sur io.h
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4932 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r-- | otherlibs/win32unix/unixsupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index a14731f40..8dcb45ae3 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -18,7 +18,7 @@ #include <stdlib.h> /* Include io.h in current dir, which is a copy of the system's io.h, not io.h from ../../byterun */ -#include "io.h" +/*#include "io.h"*/ #include <direct.h> #include <process.h> #include <sys/types.h> |