summaryrefslogtreecommitdiff
path: root/otherlibs
diff options
context:
space:
mode:
authorJonathan Protzenko <Jonathan.Protzenko@ens-lyon.org>2012-01-30 14:51:54 +0000
committerJonathan Protzenko <Jonathan.Protzenko@ens-lyon.org>2012-01-30 14:51:54 +0000
commit438da6350a936770f31e6563d51713b43a3783f7 (patch)
tree936b2e3d1ca4df4d47009615889f72d2525065f0 /otherlibs
parent82d5630bab7b3c54eab1c4c9450e4a92d97f11fe (diff)
downloadocaml-438da6350a936770f31e6563d51713b43a3783f7.tar.gz
Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVC
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12100 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/systhreads/st_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/systhreads/st_win32.h b/otherlibs/systhreads/st_win32.h
index 4b5755ec38..b3fa729d8f 100644
--- a/otherlibs/systhreads/st_win32.h
+++ b/otherlibs/systhreads/st_win32.h
@@ -15,6 +15,7 @@
/* Win32 implementation of the "st" interface */
+#define _WIN32_WINNT 0x0400
#include <windows.h>
#include <WinError.h>
#include <stdio.h>