From c2fa09af6a98d13d3eedf777f93b00ee666dc324 Mon Sep 17 00:00:00 2001 From: blacksirius Date: Sun, 3 Jun 2012 17:55:38 +0000 Subject: cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) Note: this may screw up mingw or cygwin building, ill fix it later... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16219 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/socket.h') diff --git a/src/common/socket.h b/src/common/socket.h index a5d519d0e..3c6cebf0b 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -7,8 +7,7 @@ #include "../common/cbasetypes.h" #ifdef WIN32 - #define WIN32_LEAN_AND_MEAN // otherwise winsock2.h includes full windows.h - #include + #include "../common/winapi.h" typedef long in_addr_t; #else #include -- cgit v1.2.3-60-g2f50