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
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ ref_interface_t gReffuncs =
|
|||
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 )
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue