File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,7 @@ module Streamly.FileSystem.Path
8686 , toChunk
8787 , toChars
8888 , toString
89- #if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
90- , asCString
91- #else
92- , asCWString
93- #endif
89+ , asFsCString
9490
9591 -- * Path Info
9692 , isRooted
Original file line number Diff line number Diff line change 119119--
120120
121121#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
122- -- #define IS_WINDOWS
123- #define OS_PATH WindowsPath
124- #define FS_WORD Word16
125- #define FS_CSTRING CWString
122+ #define IS_WINDOWS
123+ -- #define OS_PATH WindowsPath
124+ -- #define FS_WORD Word16
125+ -- #define FS_CSTRING CWString
126126#else
127- #define OS_PATH PosixPath
128- #define FS_WORD Word8
129- #define FS_CSTRING CString
127+ -- #define OS_PATH PosixPath
128+ -- #define FS_WORD Word8
129+ -- #define FS_CSTRING CString
130130#endif
131131
132- -- #define IS_PORTABLE
133- -- #include "Streamly/Internal/FileSystem/PosixPath.hs"
132+ #define IS_PORTABLE
133+ #include "Streamly/Internal/FileSystem/PosixPath.hs"
134134
135+ {-
135136module Streamly.Internal.FileSystem.Path
136137 (
137138 Path
@@ -157,3 +158,4 @@ asFsCString = asCWString
157158#else
158159asFsCString = asCString
159160#endif
161+ -}
You can’t perform that action at this time.
0 commit comments