defaults: use appropriate Win32 check macro

This commit is contained in:
Alibek Omarov 2020-04-25 21:21:00 +03:00
parent deb7591d1e
commit f59a3ca417

View File

@ -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
/*
=========================================================================