Commit 4fca31c4 authored by Victor Zverovich's avatar Victor Zverovich Committed by Jonathan Müller

Don't define WIN32_LEAN_AND_MEAN in header-only mode

(cherry picked from commit c56d3459)
parent e6df0239
......@@ -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