Changed WIN32 to _WIN32 to support gnu c++11

Signed-off-by: martell <martellmalone@gmail.com>
This commit is contained in:
martell 2014-08-16 22:58:16 +01:00
parent 3731343260
commit 1ef0f41e0e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ THE SOFTWARE.
#endif
// win32
#if defined(WIN32) && defined(_WINDOWS)
#if defined(_WIN32) && defined(_WINDOWS)
#undef CC_TARGET_PLATFORM
#define CC_TARGET_PLATFORM CC_PLATFORM_WIN32
#endif