summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2013-08-11 14:17:02 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2013-08-11 14:17:02 -0400
commit440871bda1ee0eb7ee7c6abd31c62340242a5fd0 (patch)
treec2ac29bec2abb52b552d8d27b1ada93787f22990 /core
parentc009245118ddd7e2a39d5db5150e20e7ecdf4ee9 (diff)
Fixed warnings on Windows
Diffstat (limited to 'core')
-rw-r--r--core/network.h2
1 files changed, 2 insertions, 0 deletions
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 @@
31#include <time.h> 31#include <time.h>
32 32
33#ifdef WIN32 /* Put win32 includes here */ 33#ifdef WIN32 /* Put win32 includes here */
34#ifndef WINVER
34//Windows XP 35//Windows XP
35#define WINVER 0x0501 36#define WINVER 0x0501
37#endif
36#include <winsock2.h> 38#include <winsock2.h>
37#include <windows.h> 39#include <windows.h>
38#include <ws2tcpip.h> 40#include <ws2tcpip.h>