mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
engine: common: nswitch: use #if instead of #ifdef
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ GNU General Public License for more details.
|
||||
|
||||
#if XASH_POSIX
|
||||
#include <unistd.h>
|
||||
#ifdef XASH_NSWITCH
|
||||
#if XASH_NSWITCH
|
||||
#define SOLDER_LIBDL_COMPAT
|
||||
#include <solder.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user