mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
some small cleanup and define WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
fcd1fc037f
commit
e87af08180
@ -29,7 +29,6 @@
|
||||
// Can be set to auto flush on every line
|
||||
// Throw spdlog_ex exception on errors
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include<cstdio>
|
||||
#include<ctime>
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user