Skip to content

Commit

Permalink
test: fix visual studio 2015 build error (libuv#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 10, 2023
1 parent 964f79f commit 9581e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test-fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
# ifndef ERROR_SYMLINK_NOT_SUPPORTED
# define ERROR_SYMLINK_NOT_SUPPORTED 1464
# endif
# ifndef S_IFIFO
# define S_IFIFO _S_IFIFO
# endif
# define unlink _unlink
# define rmdir _rmdir
# define open _open
Expand Down

0 comments on commit 9581e3d

Please sign in to comment.