From c7a8d7e785222d2bf3856667ebac7a00867f4675 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Fri, 20 Jun 2025 17:54:55 +0800 Subject: [PATCH] [Fix]: fix glx macro name --- .../GLX/GLXFuncsDefinitions/GLXFuncsDefinitions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MG/MG_GL/Implementations/GLX/GLXFuncsDefinitions/GLXFuncsDefinitions.h b/MG/MG_GL/Implementations/GLX/GLXFuncsDefinitions/GLXFuncsDefinitions.h index a9880cef..13ddb755 100644 --- a/MG/MG_GL/Implementations/GLX/GLXFuncsDefinitions/GLXFuncsDefinitions.h +++ b/MG/MG_GL/Implementations/GLX/GLXFuncsDefinitions/GLXFuncsDefinitions.h @@ -2,9 +2,9 @@ // Created by Swung 0x48 on 2025/6/20. // -#ifndef FOLD_CRAFT_LAUNCHER_GLXFUNCSDEFINITIONS_H -#define FOLD_CRAFT_LAUNCHER_GLXFUNCSDEFINITIONS_H +#ifndef MOBILEGL_GLX_FUNCS_DEFINITIONS_H +#define MOBILEGL_GLX_FUNCS_DEFINITIONS_H #include "../../../../Includes.h" -#endif //FOLD_CRAFT_LAUNCHER_GLXFUNCSDEFINITIONS_H +#endif //MOBILEGL_GLX_FUNCS_DEFINITIONS_H