tiny change

This commit is contained in:
Nishi 2025-12-19 01:36:37 +09:00
commit 012650f06f
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

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