Fix for wchar_t issue introduced with last commit.

This commit is contained in:
Steffen Schuemann 2019-08-15 15:19:48 +02:00
parent 1da2158ed1
commit 135015f20b

View File

@ -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