Update common.h

This commit is contained in:
Gabi Melman 2020-04-28 18:37:57 +03:00 committed by GitHub
parent 348c4380d6
commit 300ec667f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@
#define SPDLOG_API
#endif
#define SPDLOG_INLINE
#else
#else // !defined(_WIN32) || !defined(SPDLOG_SHARED_LIB)
#define SPDLOG_API
#define SPDLOG_HEADER_ONLY
#define SPDLOG_INLINE inline
#endif
#endif // #ifdef SPDLOG_COMPILED_LIB
#include <spdlog/fmt/fmt.h>