ensure stdout color sinks do not leak windows headers with SPDLOG_COMPILED_LIB

This commit is contained in:
ryan-rsm-mckenzie
2020-12-26 03:45:12 -08:00
parent adcfb7fb55
commit 030d85a9b3
3 changed files with 36 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
#include "includes.h"
#ifndef _WIN32
#ifdef _WIN32
#include <Windows.h>
#else
#include <sys/types.h>
#include <dirent.h>
#endif