summaryrefslogtreecommitdiffstats
path: root/win32.h
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-07-13 17:12:29 -0700
committerDavid Sommerseth <davids@redhat.com>2011-08-25 20:22:50 +0200
commitb9a13c7a0446fdd46ef834ad0de30a25cba89e74 (patch)
tree20ceef5d53c9feec0dce7b44bc18008830771d16 /win32.h
parentc5534a7dde9d209cb68cbf4340f87e08b450862a (diff)
downloadopenvpn-b9a13c7a0446fdd46ef834ad0de30a25cba89e74.tar.gz
openvpn-b9a13c7a0446fdd46ef834ad0de30a25cba89e74.tar.xz
openvpn-b9a13c7a0446fdd46ef834ad0de30a25cba89e74.zip
Fixed a typo in win32.h that prevented building with Visual Studio
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>
Diffstat (limited to 'win32.h')
-rw-r--r--win32.h2
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