tiny change

This commit is contained in:
NishiOwO
2025-12-19 01:36:37 +09:00
parent 72fbba1a74
commit 012650f06f

View File

@@ -9,12 +9,14 @@
#include <Mw/TypeDefs.h> #include <Mw/TypeDefs.h>
#include <Mw/Core.h> #include <Mw/Core.h>
#ifndef __gl_h_
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#else #else
#include <GL/glx.h> #include <GL/glx.h>
#endif #endif
#include <GL/gl.h> #include <GL/gl.h>
#endif
#ifndef GLAPIENTRY #ifndef GLAPIENTRY
#define GLAPIENTRY APIENTRY #define GLAPIENTRY APIENTRY