Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdlog.cpp')
-rw-r--r--src/spdlog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/spdlog.cpp b/src/spdlog.cpp
index d98458ca..d51c6186 100644
--- a/src/spdlog.cpp
+++ b/src/spdlog.cpp
@@ -1,8 +1,8 @@
// Copyright(c) 2015-present Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
-#ifndef SPDLOG_STATIC_LIB
-#error Please define SPDLOG_STATIC_LIB to compile this file.
+#ifndef SPDLOG_COMPILED_LIB
+#error Please define SPDLOG_COMPILED_LIB to compile this file.
#endif
#include <mutex>
@@ -100,4 +100,4 @@ template FMT_API int internal::char_traits<wchar_t>::format_float(wchar_t *, std
template FMT_API std::wstring internal::vformat<wchar_t>(wstring_view, basic_format_args<wformat_context>);
FMT_END_NAMESPACE
-#endif \ No newline at end of file
+#endif