diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1999-02-12 16:28:56 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1999-02-12 16:28:56 +0000 |
commit | b678fad2c362f11151d52a25ef9300babd61f05a (patch) | |
tree | 0f92ec7846bfe891491f60a96545147d7678c125 /otherlibs/win32unix/unixsupport.h | |
parent | c896c184861a5a5af1df5aadfcc10759397de946 (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.h | 3 |
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> |