|
|
@ -33,15 +33,16 @@ Windows Registry Editor Version 5.00
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#include <winbase.h>
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "base_sink.h"
|
|
|
|
|
|
|
|
#include "../details/null_mutex.h"
|
|
|
|
|
|
|
|
#include "../details/windows_include.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <mutex>
|
|
|
|
#include <mutex>
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
// clang-format on
|
|
|
|
#include "../details/null_mutex.h"
|
|
|
|
|
|
|
|
#include "../details/windows_include.h"
|
|
|
|
|
|
|
|
#include "base_sink.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace spdlog {
|
|
|
|
namespace spdlog {
|
|
|
|
namespace sinks {
|
|
|
|
namespace sinks {
|
|
|
|