|
@@ -9,7 +9,9 @@
|
|
#if defined(JPH_PLATFORM_WINDOWS)
|
|
#if defined(JPH_PLATFORM_WINDOWS)
|
|
JPH_SUPPRESS_WARNING_PUSH
|
|
JPH_SUPPRESS_WARNING_PUSH
|
|
JPH_MSVC_SUPPRESS_WARNING(5039) // winbase.h(13179): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
|
|
JPH_MSVC_SUPPRESS_WARNING(5039) // winbase.h(13179): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
|
|
- #define WIN32_LEAN_AND_MEAN
|
|
|
|
|
|
+ #ifndef WIN32_LEAN_AND_MEAN
|
|
|
|
+ #define WIN32_LEAN_AND_MEAN
|
|
|
|
+ #endif
|
|
#ifndef JPH_COMPILER_MINGW
|
|
#ifndef JPH_COMPILER_MINGW
|
|
#include <Windows.h>
|
|
#include <Windows.h>
|
|
#else
|
|
#else
|