Fixes for boost 1.35.0 with msvc - mainly winsock vs. winsock2 related.

This commit is contained in:
lotodore
2008-04-16 20:38:11 +00:00
parent f981ea504c
commit 2e38f58e13
13 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -21,10 +21,10 @@
#ifndef _NETPACKET_H_
#define _NETPACKET_H_
#include <net/socket_helper.h>
#include <playerdata.h>
#include <game_defs.h>
#include <gamedata.h>
#include <net/socket_helper.h>
#include <core/crypthelper.h>
#include <vector>