Fixed mingw32/mingw64 build
This commit is contained in:
parent
ffe7a7dbd2
commit
1deee2f66f
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# if defined(FMT_BIG_WIN) || defined(__MINGW32__) || defined(__MINGW64__)
|
||||
# if defined(FMT_BIG_WIN) || defined(NOMINMAX)
|
||||
# include <windows.h>
|
||||
# else
|
||||
# define NOMINMAX
|
||||
|
||||
Loading…
Reference in New Issue
Block a user