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>
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
# ifdef __MINGW32__
# include <cstring>
# endif
# include <windows.h>
# undef ERROR
#endif
using fmt::internal::Arg;