mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-06 12:14:15 +00:00
ref: add EXPORT to GetRefAPI, so MSVC will create *.lib file and not confuse waf or dynamic linker
This commit is contained in:
parent
52eb84d34b
commit
402a596415
@ -539,7 +539,7 @@ ref_interface_t gReffuncs =
|
|||||||
VGUI_GenerateTexture,
|
VGUI_GenerateTexture,
|
||||||
};
|
};
|
||||||
|
|
||||||
int GAME_EXPORT GetRefAPI( int version, ref_interface_t *funcs, ref_api_t *engfuncs, ref_globals_t *globals )
|
int EXPORT GetRefAPI( int version, ref_interface_t *funcs, ref_api_t *engfuncs, ref_globals_t *globals )
|
||||||
{
|
{
|
||||||
if( version != REF_API_VERSION )
|
if( version != REF_API_VERSION )
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user