Minor cleanup

This commit is contained in:
gabime
2020-02-10 00:53:01 +02:00
parent 90454a93b2
commit 601bdfb1b4
2 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#if _WIN32
#include "includes.h"
#include "test_sink.h"
#if _WIN32
#include "spdlog/sinks/win_eventlog_sink.h"
static const LPCSTR TEST_SOURCE = "spdlog_test";
@@ -66,4 +66,4 @@ TEST_CASE("eventlog", "[eventlog]")
test_single_print([&test_logger] (std::string const& msg) { test_logger.critical(msg); }, "my critical message", EVENTLOG_ERROR_TYPE);
}
#endif
#endif //_WIN32