From c508afbc0908a63486980ce8fb59ed82e3fd4227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 13 Jul 2016 23:42:02 -0700 Subject: [PATCH] Cleanup. --- include/bx/platform.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index 9f62020..295ff44 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -80,7 +80,10 @@ # if defined(__GLIBC__) # undef BX_CRT_GLIBC # define BX_CRT_GLIBC (__GLIBC__ * 10000 + __GLIBC_MINOR__ * 100) -# endif // defined(__GLIBC__) +# elif defined(__MINGW32__) || defined(__MINGW64__) +# undef BX_CRT_MINGW +# define BX_CRT_MINGW 1 +# endif // #else # error "BX_COMPILER_* is not defined!" #endif //