filesystem: fix Platform_GetNativeObject macro definition

This commit is contained in:
Alibek Omarov 2023-06-06 17:46:38 +03:00
parent 23f1c43282
commit 1855fab80b
1 changed files with 1 additions and 1 deletions

View File

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