We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcb3f5 commit 7aa3894Copy full SHA for 7aa3894
include/ghc/fs_std.hpp
@@ -51,6 +51,7 @@ using fstream = std::fstream;
51
#endif
52
53
#ifndef GHC_USE_STD_FS
54
+#define GHC_WIN_WSTRING_STRING_TYPE
55
#include <ghc/filesystem.hpp>
56
namespace fs {
57
using namespace ghc::filesystem;
include/ghc/fs_std_fwd.hpp
@@ -54,6 +54,7 @@ using fstream = std::fstream;
58
#define GHC_FILESYSTEM_FWD
59
60
include/ghc/fs_std_impl.hpp
@@ -45,6 +45,7 @@
45
46
47
48
49
#define GHC_FILESYSTEM_IMPLEMENTATION
50
0 commit comments