summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkFile.c
diff options
context:
space:
mode:
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>