mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
ensure stdout color sinks do not leak windows headers with SPDLOG_COMPILED_LIB
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "includes.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user