[Fix] (Defines.h): include mingw as Windows platform

This commit is contained in:
2025-12-11 15:14:07 +08:00
parent f94861926a
commit 1e64a85bcd
+1 -1
View File
@@ -43,7 +43,7 @@
#define MOBILEGL_LOG_FILE_PATH ""
#endif
#if _MSC_VER
#if defined _MSC_VER or defined __MINGW32__ or defined __MINGW64__
#define TRAP assert(false)
#elif __clang__
#define TRAP __builtin_debugtrap()