defaults: use appropriate Win32 check macro
This commit is contained in:
parent
deb7591d1e
commit
f59a3ca417
1 changed files with 1 additions and 2 deletions
|
@ -137,7 +137,7 @@ SETUP BACKENDS DEFINITIONS
|
|||
#define XASH_LIB LIB_STATIC
|
||||
#define XASH_INTERNAL_GAMELIBS
|
||||
#define XASH_ALLOW_SAVERESTORE_OFFSETS
|
||||
#elif defined _WIN32
|
||||
#elif XASH_WIN32
|
||||
#define XASH_LIB LIB_WIN32
|
||||
#elif XASH_POSIX
|
||||
#define XASH_LIB LIB_POSIX
|
||||
|
@ -158,7 +158,6 @@ SETUP BACKENDS DEFINITIONS
|
|||
#define XASH_INPUT INPUT_NULL
|
||||
#endif // XASH_INPUT
|
||||
|
||||
|
||||
/*
|
||||
=========================================================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue