make WIN32 useable in macro if tests
This commit is contained in:
parent
86c444351f
commit
f05ceaa041
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ stratagus-game-launcher.h - Stratagus Game Launcher
|
|||
#endif
|
||||
|
||||
#if ( defined (_MSC_VER) || defined (_WIN32) || defined (_WIN64) ) && ! defined (WIN32)
|
||||
#define WIN32
|
||||
#define WIN32 1
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Add table
Reference in a new issue