mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update win_eventlog_sink.h
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user