Unverified Commit 2170de88 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update common.h

parent 300ec667
......@@ -23,11 +23,11 @@
#else
#define SPDLOG_API __declspec(dllimport)
#endif
#else
#else // !defined(_WIN32) || !defined(SPDLOG_SHARED_LIB)
#define SPDLOG_API
#endif
#define SPDLOG_INLINE
#else // !defined(_WIN32) || !defined(SPDLOG_SHARED_LIB)
#else // !defined(SPDLOG_COMPILED_LIB)
#define SPDLOG_API
#define SPDLOG_HEADER_ONLY
#define SPDLOG_INLINE inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment