engine: common: nswitch: use #if instead of #ifdef

This commit is contained in:
fgsfds 2023-02-07 23:03:59 +01:00
parent 0ee2fd8a8a
commit 4e87eb068a
1 changed files with 1 additions and 1 deletions

View File

@ -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