mirror of https://github.com/axmolengine/axmol.git
Changed WIN32 to _WIN32 to support gnu c++11
Signed-off-by: martell <martellmalone@gmail.com>
This commit is contained in:
parent
3731343260
commit
1ef0f41e0e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue