diff --git a/src/vpc/interfaces.h b/src/vpc/interfaces.h index cdd79bca..c050c554 100644 --- a/src/vpc/interfaces.h +++ b/src/vpc/interfaces.h @@ -49,7 +49,7 @@ public: }; extern CFactorySystem g_FactorySystem; -PLATFORM_INTERFACE IFactorySystem* GetFactorySystem(); +DLL_EXPORT IFactorySystem* GetFactorySystem(); /////////////////////////////////////////////////////////////////////////////// inline void*(*v_CreateInterfaceInternal)(const char* pName, int* pReturnCode);