mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
warning C4005: 'WIN32' : macro redefinition
This commit is contained in:
parent
78e4a32ad7
commit
5bc926e97c
1 changed files with 2 additions and 2 deletions
|
|
@ -28,9 +28,9 @@
|
||||||
#include "console/engineAPI.h"
|
#include "console/engineAPI.h"
|
||||||
|
|
||||||
// define macros required for ConvexDecomp headers
|
// define macros required for ConvexDecomp headers
|
||||||
#if defined( _WIN32 )
|
#if defined( _WIN32 ) && !defined( WIN32 )
|
||||||
#define WIN32
|
#define WIN32
|
||||||
#elif defined( __MACOSX__ )
|
#elif defined( __MACOSX__ ) && !defined( APPLE )
|
||||||
#define APPLE
|
#define APPLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue