Use only SPDLOG_USE_WCHAR to control whether wchar_t is enabled.

This commit is contained in:
Ilya Kulakov
2015-07-26 15:18:08 -04:00
parent 787aa46693
commit d905ad915f
3 changed files with 2 additions and 7 deletions

View File

@@ -75,6 +75,6 @@
///////////////////////////////////////////////////////////////////////////////
// Uncomment to disable usage of wchar_t for file names on Windows.
// #define SPDLOG_NO_WCHAR
// Uncomment to enable usage of wchar_t for file names on Windows.
// #define SPDLOG_USE_WCHAR
///////////////////////////////////////////////////////////////////////////////