Fixed ifdefs

This commit is contained in:
gabime
2023-09-28 22:58:50 +03:00
parent 0773e11883
commit 976d3d20b6
5 changed files with 34 additions and 32 deletions

View File

@@ -1,9 +1,8 @@
#if _WIN32
#include "includes.h"
#include "test_sink.h"
#include "includes.h"
#include "test_sink.h"
#include "spdlog/sinks/win_eventlog_sink.h"
#include "spdlog/sinks/win_eventlog_sink.h"
static const LPCSTR TEST_SOURCE = "spdlog_test";
@@ -72,4 +71,4 @@ TEST_CASE("eventlog", "[eventlog]") {
"my critical message", EVENTLOG_ERROR_TYPE);
}
#endif //_WIN32