mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
engine: common: nswitch: use #if instead of #ifdef
This commit is contained in:
parent
0ee2fd8a8a
commit
4e87eb068a
@ -39,7 +39,7 @@ GNU General Public License for more details.
|
|||||||
|
|
||||||
#if XASH_POSIX
|
#if XASH_POSIX
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifdef XASH_NSWITCH
|
#if XASH_NSWITCH
|
||||||
#define SOLDER_LIBDL_COMPAT
|
#define SOLDER_LIBDL_COMPAT
|
||||||
#include <solder.h>
|
#include <solder.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user