We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676ba9a commit 20fd9e2Copy full SHA for 20fd9e2
src/uvwasi.c
@@ -11,6 +11,7 @@
11
# define SLASH_STR "/"
12
# define IS_SLASH(c) ((c) == '/')
13
#else
14
+# include <io.h>
15
# define SLASH '\\'
16
# define SLASH_STR "\\"
17
# define IS_SLASH(c) ((c) == '/' || (c) == '\\')
0 commit comments