mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 22:28: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 ""
|
#define MOBILEGL_LOG_FILE_PATH ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if _MSC_VER
|
#if defined _MSC_VER or defined __MINGW32__ or defined __MINGW64__
|
||||||
#define TRAP assert(false)
|
#define TRAP assert(false)
|
||||||
#elif __clang__
|
#elif __clang__
|
||||||
#define TRAP __builtin_debugtrap()
|
#define TRAP __builtin_debugtrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user