From b1f93cb3213605af28f53c0c65af48426e92c930 Mon Sep 17 00:00:00 2001 From: s1lent Date: Tue, 1 Aug 2017 23:36:07 +0700 Subject: [PATCH] Fix build fails (affected #512) --- rehlds/engine/sys_dll2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/sys_dll2.h b/rehlds/engine/sys_dll2.h index c0474d6e..3510919a 100644 --- a/rehlds/engine/sys_dll2.h +++ b/rehlds/engine/sys_dll2.h @@ -78,7 +78,7 @@ class CDedicatedServerAPI: public IDedicatedServerAPI const char *GetCurrentSteamAppName(); NOXREF void SetRateRegistrySetting(const char *pchRate); NOXREF const char *GetRateRegistrySetting(const char *pchDef); -void EXPORT F(IEngineAPI **api); +DLL_EXPORT void F(IEngineAPI **api); void Sys_GetCDKey(char *pszCDKey, int *nLength, int *bDedicated); NOXREF void Legacy_ErrorMessage(int nLevel, const char *pszErrorMessage); void Legacy_Sys_Printf(char *fmt, ...);