Commit c56d3459 authored by Victor Zverovich's avatar Victor Zverovich

Don't define WIN32_LEAN_AND_MEAN in header-only mode

parent dcfd40a1
......@@ -41,7 +41,7 @@
#endif
#if FMT_USE_WINDOWS_H
# ifndef WIN32_LEAN_AND_MEAN
# if !defined(FMT_HEADER_ONLY) && !defined(WIN32_LEAN_AND_MEAN)
# define WIN32_LEAN_AND_MEAN
# endif
# if defined(NOMINMAX) || defined(FMT_WIN_MINMAX)
......
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