From b9a13c7a0446fdd46ef834ad0de30a25cba89e74 Mon Sep 17 00:00:00 2001 From: Samuli Seppänen Date: Wed, 13 Jul 2011 17:12:29 -0700 Subject: Fixed a typo in win32.h that prevented building with Visual Studio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuli Seppänen Tested-by: Samuli Seppänen Acked-by: Gert Doering Signed-off-by: David Sommerseth --- win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32.h') 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 -- cgit