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 -2
View File
@@ -17,9 +17,8 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/ircthread.h>
#include <net/socket_helper.h>
#include <net/ircthread.h>
#include <net/socket_msg.h>
#include <libircclient.h>
#include <boost/algorithm/string/predicate.hpp>