summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unixsupport.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-02-12 16:28:56 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-02-12 16:28:56 +0000
commitb678fad2c362f11151d52a25ef9300babd61f05a (patch)
tree0f92ec7846bfe891491f60a96545147d7678c125 /otherlibs/win32unix/unixsupport.h
parentc896c184861a5a5af1df5aadfcc10759397de946 (diff)
Faire #undef Blue pour eviter un conflit d'includes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2278 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r--otherlibs/win32unix/unixsupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h
index 6855be7d3..650deb19f 100644
--- a/otherlibs/win32unix/unixsupport.h
+++ b/otherlibs/win32unix/unixsupport.h
@@ -11,6 +11,9 @@
/* $Id$ */
+/* Namespace pollution! One of the Win32 includes has a struct field
+ called `Blue'... */
+#undef Blue
#include <wtypes.h>
#include <winbase.h>
#include <stdlib.h>