From 4e87eb068a9d795dac4046919276f07a54a0571c Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 23:03:59 +0100 Subject: [PATCH] engine: common: nswitch: use #if instead of #ifdef --- common/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/port.h b/common/port.h index 1781ee61..63419cc6 100644 --- a/common/port.h +++ b/common/port.h @@ -39,7 +39,7 @@ GNU General Public License for more details. #if XASH_POSIX #include - #ifdef XASH_NSWITCH + #if XASH_NSWITCH #define SOLDER_LIBDL_COMPAT #include #else