mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Disable usage of wchar_t in tests.
This commit is contained in:
@@ -36,7 +36,11 @@
|
||||
#define SPDLOG_NOEXCEPT throw()
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#if !defined(SPDLOG_NO_WCHAR) && defined(WIN32)
|
||||
#define SPDLOG_USE_WCHAR
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && defined(SPDLOG_USE_WCHAR)
|
||||
typedef std::wstring tstring;
|
||||
typedef wchar_t tchar;
|
||||
#define S(s) L ## s
|
||||
|
Reference in New Issue
Block a user