mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-09 20:21:10 +00:00
filesystem: fix Platform_GetNativeObject macro definition
This commit is contained in:
parent
23f1c43282
commit
1855fab80b
@ -116,7 +116,7 @@ extern fs_api_t g_api;
|
||||
#define Con_DPrintf (*g_engfuncs._Con_DPrintf)
|
||||
#define Con_Reportf (*g_engfuncs._Con_Reportf)
|
||||
#define Sys_Error (*g_engfuncs._Sys_Error)
|
||||
#define Platform_GetNativeObject (*g_engfuncs.Platform_GetNativeObject)
|
||||
#define Platform_GetNativeObject (*g_engfuncs._Platform_GetNativeObject)
|
||||
|
||||
//
|
||||
// filesystem.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user