Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jul 14, 2016
1 parent 99950f2 commit c508afb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/bx/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 //
Expand Down

0 comments on commit c508afb

Please sign in to comment.