Skip to content

Commit

Permalink
reland "fix '_lseeki64' undefined compiler warning"
Browse files Browse the repository at this point in the history
20fd9e2 was accidentally
reverted in #73. This
commit relands it.
  • Loading branch information
cjihrig committed Jan 16, 2020
1 parent a3c23fa commit 941bedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 941bedf

Please sign in to comment.