More fixing MemoryBarrier() on Mingw32

Set requested windows header to Vista.  See discussion:

fbb2847f54 (commitcomment-7054700)
This commit is contained in:
Behdad Esfahbod 2014-07-19 16:10:21 -04:00
parent 00a57eb4b5
commit f26d59d468
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
#elif !defined(HB_NO_MT) && (defined(_WIN32) || defined(__CYGWIN__))
#define WIN32_LEAN_AND_MEAN
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#endif
#include <windows.h>
/* MinGW has a convoluted history of supporting MemoryBarrier