From 369b857155bfc41f5b3faf0b773f2d2e60617222 Mon Sep 17 00:00:00 2001 From: Artem Golubikhin Date: Mon, 31 Jul 2017 04:51:40 +0300 Subject: [PATCH] Fixed F exporting --- rehlds/engine/sys_dll2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/sys_dll2.cpp b/rehlds/engine/sys_dll2.cpp index b3ec608..0537387 100644 --- a/rehlds/engine/sys_dll2.cpp +++ b/rehlds/engine/sys_dll2.cpp @@ -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();