|
|
@ -2,13 +2,13 @@
|
|
|
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
|
|
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "spdlog/details/windows_include.h"
|
|
|
|
#include "spdlog/sinks/wincolor_sink.h"
|
|
|
|
#include "spdlog/sinks/wincolor_sink.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <wincon.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "spdlog/common.h"
|
|
|
|
#include "spdlog/common.h"
|
|
|
|
#include "spdlog/details/windows_include.h"
|
|
|
|
|
|
|
|
#include "spdlog/pattern_formatter.h"
|
|
|
|
#include "spdlog/pattern_formatter.h"
|
|
|
|
|
|
|
|
#include <wincon.h>
|
|
|
|
|
|
|
|
// clang-format on
|
|
|
|
|
|
|
|
|
|
|
|
namespace spdlog {
|
|
|
|
namespace spdlog {
|
|
|
|
namespace sinks {
|
|
|
|
namespace sinks {
|
|
|
|