mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Fix new interface on windows
This commit is contained in:
parent
2ae515e3ec
commit
a8a4b1f5da
@ -94,7 +94,7 @@ NEW_DLL_FUNCTIONS gNewDLLFunctions =
|
||||
};
|
||||
|
||||
|
||||
extern "C" int GetNewDLLFunctions(NEW_DLL_FUNCTIONS *pFunctionTable, int *interfaceVersion)
|
||||
extern "C" int DLLEXPORT EXPORT2 GetNewDLLFunctions(NEW_DLL_FUNCTIONS *pFunctionTable, int *interfaceVersion)
|
||||
{
|
||||
if(!pFunctionTable || *interfaceVersion != NEW_DLL_FUNCTIONS_VERSION)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user