summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 63453c349e..373f776504 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3736,6 +3736,7 @@ socketpair(int af, int type, int protocol, int *sv)
return 0;
}
+#if !defined(_MSC_VER) || _MSC_VER >= 1400
/* License: Ruby's */
static void
str2guid(const char *str, GUID *guid)
@@ -3879,6 +3880,7 @@ freeifaddrs(struct ifaddrs *ifp)
ifp = next;
}
}
+#endif
//
// Networking stubs