From f3bf9e78c37ce5b50fd9c705093a34a874d7a461 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 24 Sep 2023 20:29:33 +0300 Subject: [PATCH] wip static_only --- src/sinks/wincolor_sink.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sinks/wincolor_sink.cpp b/src/sinks/wincolor_sink.cpp index d56cbd88..922d2ba1 100644 --- a/src/sinks/wincolor_sink.cpp +++ b/src/sinks/wincolor_sink.cpp @@ -173,4 +173,12 @@ template } // namespace sinks } // namespace spdlog + +// template instantiations +template SPDLOG_API class spdlog::sinks::wincolor_stdout_sink; +template SPDLOG_API class spdlog::sinks::wincolor_stdout_sink; + +template SPDLOG_API class spdlog::sinks::wincolor_stderr_sink; +template SPDLOG_API class spdlog::sinks::wincolor_stderr_sink; + #endif // _WIN32 \ No newline at end of file