diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-08-07 11:49:10 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-08-07 11:49:10 +0000 |
commit | 9fa4787b9b6e6901679ddb22575c4f13245ef1e2 (patch) | |
tree | 4cded65cb88ee2ec0f251b152a83a0b224e23bbe /otherlibs/win32unix/unixsupport.h | |
parent | 857e508c6904d6bdfb0868dedda181b2e9976aa9 (diff) |
Definir WIN32_LEAN_AND_MEAN pour contourner un probleme winsock/winsock2 avec Mingw 1.3
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5088 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r-- | otherlibs/win32unix/unixsupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index 8dcb45ae3..fc0ace1bd 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -13,6 +13,7 @@ /* $Id$ */ +#define WIN32_LEAN_AND_MEAN #include <wtypes.h> #include <winbase.h> #include <stdlib.h> |