diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-20 17:37:08 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-20 17:37:08 +0000 |
commit | f3fab9a2598efa16ac6e28570f19c806bc6874a5 (patch) | |
tree | d8d9aa8bfe2e39bf63d785ffdba6496419c424f8 /otherlibs/win32unix/unixsupport.h | |
parent | be209b7a81eb36d5af7a5b7ed338560cb9cdd0a2 (diff) |
Tentative fix for PR#4098. Need testing.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7622 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r-- | otherlibs/win32unix/unixsupport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index b7d6ed64e..da5f47cff 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -17,9 +17,6 @@ #include <wtypes.h> #include <winbase.h> #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 <direct.h> #include <process.h> #include <sys/types.h> |