From 038b10a9fe14113f4805be537112f06c4ed7e6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 18 Jan 2026 19:44:58 -0500 Subject: [PATCH] fix: unclosed `#if` --- libs_win32/app_opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs_win32/app_opengl.h b/libs_win32/app_opengl.h index d868076..5340f51 100644 --- a/libs_win32/app_opengl.h +++ b/libs_win32/app_opengl.h @@ -108,6 +108,7 @@ typedef int APP_GLboolean; typedef int APP_GLsizeiptr; typedef int APP_GLbitfield; +#endif #endif #ifdef APP_REPORT_SHADER_ERRORS @@ -183,5 +184,4 @@ struct app_internal_opengl_t { APP_GLuint texture; APP_GLuint shader; }; -#endif #endif \ No newline at end of file