[Fix] (All): Prevent Windows.h from defining min and max macros.

This commit is contained in:
BZLZHH
2025-07-19 23:19:27 +08:00
parent 8a9340749d
commit 3ae519d600
+2
View File
@@ -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>