2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-02-05 18:20:45 +03:00

Merge pull request #512 from WPMGPRoSToTeMa/patch-10

Fixed F exporting
This commit is contained in:
theAsmodai 2017-08-01 18:38:30 +03:00 committed by GitHub
commit 58db70b9e5

View File

@ -88,7 +88,7 @@ NOXREF const char *GetRateRegistrySetting(const char *pchDef)
return registry->ReadString("rate", pchDef);
}
void EXPORT F(IEngineAPI **api)
DLL_EXPORT void F(IEngineAPI **api)
{
CreateInterfaceFn fn;
fn = Sys_GetFactoryThis();