mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
Update common.h
This commit is contained in:
parent
300ec667f6
commit
2170de8819
@ -23,11 +23,11 @@
|
|||||||
#else
|
#else
|
||||||
#define SPDLOG_API __declspec(dllimport)
|
#define SPDLOG_API __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else // !defined(_WIN32) || !defined(SPDLOG_SHARED_LIB)
|
||||||
#define SPDLOG_API
|
#define SPDLOG_API
|
||||||
#endif
|
#endif
|
||||||
#define SPDLOG_INLINE
|
#define SPDLOG_INLINE
|
||||||
#else // !defined(_WIN32) || !defined(SPDLOG_SHARED_LIB)
|
#else // !defined(SPDLOG_COMPILED_LIB)
|
||||||
#define SPDLOG_API
|
#define SPDLOG_API
|
||||||
#define SPDLOG_HEADER_ONLY
|
#define SPDLOG_HEADER_ONLY
|
||||||
#define SPDLOG_INLINE inline
|
#define SPDLOG_INLINE inline
|
||||||
|
Loading…
Reference in New Issue
Block a user