|
|
@ -3,12 +3,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(_WIN32)
|
|
|
|
#include <mutex>
|
|
|
|
#include <mutex>
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "../details/null_mutex.h"
|
|
|
|
#include "../details/null_mutex.h"
|
|
|
|
#include "base_sink.h"
|
|
|
|
#include "base_sink.h"
|
|
|
|
|
|
|
|
|
|
|
|
// Avoid including windows.h (https://stackoverflow.com/a/30741042)
|
|
|
|
// Avoid including windows.h (https://stackoverflow.com/a/30741042)
|
|
|
|
extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA(const char *lpOutputString);
|
|
|
|
extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA(const char *lpOutputString);
|
|
|
@ -51,4 +50,3 @@ using windebug_sink_st = msvc_sink_st;
|
|
|
|
} // namespace sinks
|
|
|
|
} // namespace sinks
|
|
|
|
} // namespace spdlog
|
|
|
|
} // namespace spdlog
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|