From aa5d52cebc67c6440fd9ddbfce019619b094a8ea Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 28 May 2018 23:44:52 +0300 Subject: [PATCH] Change libxashmenu to libmenu to keep same names between different OSes --- common/port.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/port.h b/common/port.h index a0de7c40..2be6a948 100644 --- a/common/port.h +++ b/common/port.h @@ -67,15 +67,15 @@ GNU General Public License for more details. #define SERVERDLL "libserver" POSTFIX "." OS_LIB_EXT #define GAMEPATH "/sdcard/xash" #else - #define MENUDLL "libxashmenu" ARCH_SUFFIX "." OS_LIB_EXT - #define CLIENTDLL "client" ARCH_SUFFIX "." OS_LIB_EXT + #define MENUDLL "libmenu" ARCH_SUFFIX "." OS_LIB_EXT + #define CLIENTDLL "client" ARCH_SUFFIX "." OS_LIB_EXT #endif #define VGUI_SUPPORT_DLL "libvgui_support." OS_LIB_EXT // Windows-specific #define __cdecl - #define __stdcall + #define __stdcall #define _inline static inline #define O_BINARY 0 // O_BINARY is Windows extension #define O_TEXT 0 // O_TEXT is Windows extension