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