This commit is contained in:
Behdad Esfahbod 2013-02-11 17:02:17 -05:00
parent 419c933ed1
commit b842780138
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
#if 0
#elif !defined(HB_NO_MT) && defined(_MSC_VER) || defined(__MINGW32__)
#elif !defined(HB_NO_MT) && (defined(_MSC_VER) || defined(__MINGW32__))
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

View File

@ -42,7 +42,7 @@
#if 0
#elif !defined(HB_NO_MT) && defined(_MSC_VER) || defined(__MINGW32__)
#elif !defined(HB_NO_MT) && (defined(_MSC_VER) || defined(__MINGW32__))
#define WIN32_LEAN_AND_MEAN
#include <windows.h>