We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e38a7 commit 7c4f1edCopy full SHA for 7c4f1ed
deps/uvwasi/src/uvwasi.c
@@ -9,6 +9,7 @@
9
# include <time.h>
10
# define IS_SLASH(c) ((c) == '/')
11
#else
12
+# include <io.h>
13
# define IS_SLASH(c) ((c) == '/' || (c) == '\\')
14
#endif /* _WIN32 */
15
0 commit comments