From 440871bda1ee0eb7ee7c6abd31c62340242a5fd0 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sun, 11 Aug 2013 14:17:02 -0400 Subject: Fixed warnings on Windows --- core/network.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/network.h b/core/network.h index 7c95d84d..127a55d1 100644 --- a/core/network.h +++ b/core/network.h @@ -31,8 +31,10 @@ #include #ifdef WIN32 /* Put win32 includes here */ +#ifndef WINVER //Windows XP #define WINVER 0x0501 +#endif #include #include #include -- cgit v1.2.3