add MW_OPENGL_NO_INCLUDE

This commit is contained in:
NishiOwO
2026-01-09 03:06:14 +09:00
parent 1f1318d0e1
commit debdaf998e

View File

@@ -9,7 +9,7 @@
#include <Mw/TypeDefs.h>
#include <Mw/Core.h>
#ifndef __gl_h_
#if !defined(MW_OPENGL_NO_INCLUDE) && !defined(__gl_h_)
#ifdef _WIN32
#include <windows.h>
#else