]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed a typo in win32.h that prevented building with Visual Studio
authorSamuli Seppänen <samuli@openvpn.net>
Thu, 14 Jul 2011 00:12:29 +0000 (17:12 -0700)
committerDavid Sommerseth <davids@redhat.com>
Thu, 25 Aug 2011 18:22:50 +0000 (20:22 +0200)
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
win32.h

diff --git a/win32.h b/win32.h
index ca6dd3277f9b14173fcac8f75e20eb8d20a04142..528af6caa15637b5c8b4fb69a7a65285e3e31a69 100644 (file)
--- 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