remove unused define

This commit is contained in:
Ryuuke 2015-02-08 16:14:46 +00:00
parent 5a9dc8f991
commit 4806f75469

View File

@ -36,12 +36,10 @@
#include <cstdarg> #include <cstdarg>
#ifdef _WIN32 #ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
# ifdef __MINGW32__ # ifdef __MINGW32__
# include <cstring> # include <cstring>
# endif # endif
# include <windows.h> # include <windows.h>
# undef ERROR
#endif #endif
using fmt::internal::Arg; using fmt::internal::Arg;