Unverified Commit f8e00a08 authored by Giovanni Cerretani's avatar Giovanni Cerretani Committed by GitHub

NOMINMAX not handled properly (#1855)

parent 6cccdc24
......@@ -23,14 +23,14 @@
#endif
#ifdef _WIN32
# if !defined(NOMINMAX) && !defined(WIN32_LEAN_AND_MEAN)
# ifdef FMT_BIG_WIN
# include <windows.h>
# else
# define NOMINMAX
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
# undef NOMINMAX
# else
# include <windows.h>
# endif
# include <io.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment