We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676b8f commit d28fd20Copy full SHA for d28fd20
core/src/Streamly/Internal/FileSystem/Path.hs
@@ -119,7 +119,10 @@
119
--
120
121
#define IS_PORTABLE
122
+
123
#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
124
#define IS_WINDOWS
-#endif
125
+#include "Streamly/Internal/FileSystem/WindowsPath.hs"
126
+#else
127
#include "Streamly/Internal/FileSystem/PosixPath.hs"
128
+#endif
0 commit comments