test: fix visual studio 2015 build error (#3918)
This commit is contained in:
parent
964f79f7c8
commit
9581e3df0c
@ -37,6 +37,9 @@
|
|||||||
# ifndef ERROR_SYMLINK_NOT_SUPPORTED
|
# ifndef ERROR_SYMLINK_NOT_SUPPORTED
|
||||||
# define ERROR_SYMLINK_NOT_SUPPORTED 1464
|
# define ERROR_SYMLINK_NOT_SUPPORTED 1464
|
||||||
# endif
|
# endif
|
||||||
|
# ifndef S_IFIFO
|
||||||
|
# define S_IFIFO _S_IFIFO
|
||||||
|
# endif
|
||||||
# define unlink _unlink
|
# define unlink _unlink
|
||||||
# define rmdir _rmdir
|
# define rmdir _rmdir
|
||||||
# define open _open
|
# define open _open
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user