Browse Source

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

pull/2/head
fgsfds 2 years ago
parent
commit
4e87eb068a
  1. 2
      common/port.h

2
common/port.h

@ -39,7 +39,7 @@ GNU General Public License for more details. @@ -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

Loading…
Cancel
Save