From Philip Lowman. #define WIN32_WINNT 0x400, consistent with other code in OpenThreads. Resolves a compile warning on mingw.

This commit is contained in:
Paul MARTZ
2008-07-31 14:43:16 +00:00
parent 48e70c0948
commit 2e11d93587

View File

@@ -21,6 +21,7 @@
#ifndef _WINDOWS_
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT 0x0400
#include <windows.h>
#endif