Commit cd90e391 authored by gabime's avatar gabime

fix issue #189 spdlog redefines max as a preprocessor macro

parent e5376c3c
......@@ -12,6 +12,11 @@
#include <string>
#ifdef _WIN32
# ifndef NOMINMAX
#define NOMINMAX //prevent windows redefining min/max
#endif
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# 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