Fix macro redefinition warning

This commit is contained in:
Younguk Kim 2018-06-14 09:33:19 +09:00
parent 69d5fcf3b0
commit d22da73a4c

View File

@ -13,7 +13,9 @@
#ifdef _WIN32
// Needed for PtrToLong, below
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
#endif