Fix bad #ifdef

pull/2346/head
Charles Milette 3 years ago
parent 3cf94968e7
commit 91019f4f46
No known key found for this signature in database
GPG Key ID: 1A5AE81377AD973A

@ -3,7 +3,7 @@
*/
#include "includes.h"
#ifdef SPDLOG_USE_STD_FORMAT
#ifdef SPDLOG_WCHAR_FILENAMES
using filename_memory_buf_t = std::basic_string<spdlog::filename_t::value_type>;
std::string filename_buf_to_utf8string(const filename_memory_buf_t &w)

Loading…
Cancel
Save