Skip to content

Commit

Permalink
Fix build fails (affected #512)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Aug 1, 2017
1 parent 58db70b commit b1f93cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rehlds/engine/sys_dll2.h
Expand Up @@ -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, ...);
Expand Down

0 comments on commit b1f93cb

Please sign in to comment.