From 135015f20b6641140a408d3883c9c820948be1c5 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 15 Aug 2019 15:19:48 +0200 Subject: [PATCH] Fix for wchar_t issue introduced with last commit. --- include/ghc/filesystem.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 3a2bbe7..82ea1fe 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -5134,6 +5134,5 @@ GHC_INLINE recursive_directory_iterator end(const recursive_directory_iterator&) // cleanup some macros #undef GHC_INLINE #undef GHC_EXPAND_IMPL -#undef GHC_USE_WCHAR_T #endif // GHC_FILESYSTEM_H