mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-03 11:09:15 +08:00
Fix #ifdef WINDOWS_LEAN_AND_MEAN
This commit is contained in:
parent
444df2b287
commit
2d1217006b
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
#ifndef WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
// tcp client helper
|
#endif // WIN32_LEAN_AND_MEAN
|
||||||
|
// udp client helper
|
||||||
#include <spdlog/common.h>
|
#include <spdlog/common.h>
|
||||||
#include <spdlog/details/os.h>
|
#include <spdlog/details/os.h>
|
||||||
|
|
||||||
@ -127,4 +128,3 @@ public:
|
|||||||
} // namespace spdlog
|
} // namespace spdlog
|
||||||
|
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
#endif // WIN32_LEAN_AND_MEAN
|
|
Loading…
Reference in New Issue
Block a user