From: Samuli Seppänen <sam...@openvpn.net> Signed-off-by: Samuli Seppänen <sam...@openvpn.net> Tested-by: Samuli Seppänen <sam...@openvpn.net> --- win32.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/win32.h b/win32.h index ca6dd32..528af6c 100644 --- a/win32.h +++ b/win32.h @@ -272,7 +272,7 @@ char *get_win_sys_path (void); /* call self in a subprocess */ void fork_to_self (const char *cmdline); -#ifndef _MSV_VER +#ifndef _MSC_VER const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); int inet_pton(int af, const char *src, void *st); #endif -- 1.7.4.1