Skip to content

Commit

Permalink
deps: uvwasi: cherry-pick 941bedf
Browse files Browse the repository at this point in the history
Original commit message:

    nodejs/uvwasi@20fd9e2 was
    accidentally reverted in
    nodejs/uvwasi#73. This commit
    relands it.
  • Loading branch information
cjihrig committed Jan 17, 2020
1 parent 3e1a402 commit 248e946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/uvwasi/src/uvwasi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# include <time.h>
# define IS_SLASH(c) ((c) == '/')
#else
# include <io.h>
# define IS_SLASH(c) ((c) == '/' || (c) == '\\')
#endif /* _WIN32 */

Expand Down

0 comments on commit 248e946

Please sign in to comment.