mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
warning C4005: 'WIN32' : macro redefinition
This commit is contained in:
parent
78e4a32ad7
commit
5bc926e97c
|
|
@ -28,9 +28,9 @@
|
|||
#include "console/engineAPI.h"
|
||||
|
||||
// define macros required for ConvexDecomp headers
|
||||
#if defined( _WIN32 )
|
||||
#if defined( _WIN32 ) && !defined( WIN32 )
|
||||
#define WIN32
|
||||
#elif defined( __MACOSX__ )
|
||||
#elif defined( __MACOSX__ ) && !defined( APPLE )
|
||||
#define APPLE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue