mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Merge branch 'master' of github.com:fmtlib/fmt
This commit is contained in:
commit
63b23e786a
@ -22,8 +22,14 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# if defined(NOMINMAX)
|
||||
# include <windows.h>
|
||||
# else
|
||||
# define NOMINMAX
|
||||
# include <windows.h>
|
||||
# undef NOMINMAX
|
||||
# endif
|
||||
# include <io.h>
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user