summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkFile.c
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-08-25 06:56:06 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-08-25 06:56:06 +0000
commitdb000d33215ee0396bd2c73bb3ed4e4d9701d68e (patch)
treefd4bb96f6b539729f6750baa1cadf77db2af5bb7 /otherlibs/labltk/support/cltkFile.c
parent21917d591edd4e9891c5a18f2978e0037a5b9ce2 (diff)
for Cygwin
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3286 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/cltkFile.c')
-rw-r--r--otherlibs/labltk/support/cltkFile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/cltkFile.c b/otherlibs/labltk/support/cltkFile.c
index 183acb277..5de029c79 100644
--- a/otherlibs/labltk/support/cltkFile.c
+++ b/otherlibs/labltk/support/cltkFile.c
@@ -15,6 +15,10 @@
/* $Id$ */
+#ifdef __CYGWIN__
+#define _WIN32
+#endif
+
#ifdef _WIN32
#include <wtypes.h>
#include <winbase.h>