mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Fix] (Defines.h): include mingw as Windows platform
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user