mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
keyfiles: Fixed unlink warning.
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
# define close _close
|
# define close _close
|
||||||
# undef read
|
# undef read
|
||||||
# define read _read
|
# define read _read
|
||||||
|
# undef unlink
|
||||||
|
# define unlink _unlink
|
||||||
# endif /* _MSC_VER */
|
# endif /* _MSC_VER */
|
||||||
#else
|
#else
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user