mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[Fix] (All): Prevent Windows.h from defining min and max macros.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#define MOBILEGL_GL_API MOBILEGL_API
|
||||
#define MOBILEGL_EGL_API MOBILEGL_API
|
||||
|
||||
#define NOMINMAX // prevent Windows.h from defining min and max macros
|
||||
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
Reference in New Issue
Block a user