Merge pull request #130 from O-Robotic/p4sync

Fix GetFactorySystem not being exported
This commit is contained in:
Kawe Mazidjatari 2024-10-08 17:33:18 +02:00 committed by GitHub
commit 3d2b15cde2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);