Removed SPDLOG_WCHAR_FILENAMES support

This commit is contained in:
gabime
2024-11-29 17:17:30 +02:00
parent fefda8dd15
commit 2057f67015
8 changed files with 8 additions and 153 deletions

View File

@@ -6,8 +6,6 @@
#pragma once
// Support wchar filenames (Windows only)
#cmakedefine SPDLOG_WCHAR_FILENAMES
// No exceptions. Will do std::abort() instead
#cmakedefine SPDLOG_NO_EXCEPTIONS