mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-30 00:34:56 +00:00
defaults: use appropriate Win32 check macro
This commit is contained in:
parent
deb7591d1e
commit
f59a3ca417
@ -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…
x
Reference in New Issue
Block a user