From 1855fab80b512cfdfeee66216df9356b57403ead Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 6 Jun 2023 17:46:38 +0300 Subject: [PATCH] filesystem: fix Platform_GetNativeObject macro definition --- filesystem/filesystem_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/filesystem_internal.h b/filesystem/filesystem_internal.h index 8dd0bd78..1eda3159 100644 --- a/filesystem/filesystem_internal.h +++ b/filesystem/filesystem_internal.h @@ -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