Update common.h
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user