Fixed mingw32/mingw64 build

This commit is contained in:
Ivan Shynkarenka 2020-09-05 22:29:54 +03:00
parent ffe7a7dbd2
commit 1deee2f66f

View File

@ -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