From 480e1e9e1ff6c39a154f3efc6e83b0ffc94a6c8d Mon Sep 17 00:00:00 2001 From: burlex Date: Mon, 23 Jul 2007 00:37:03 +0000 Subject: * Sockets will now always be nonblocking on win32 version of InspIRCd. There were some cases (mainly in TreeSockets) where a socket would not get restored to nonblocking mode after a connect() call, resulting in the server getting stuck on a blocking send() call causing freezeups. * configure will now compile under VC7 again. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7500 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/configure.cpp | 2 ++ win/m_spanningtreeVC71.vcproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'win') diff --git a/win/configure.cpp b/win/configure.cpp index adb10a6b9..a66e26118 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -13,10 +13,12 @@ #define _CRT_SECURE_NO_DEPRECATE +#define WIN32_LEAN_AND_MEAN #include #include #include #include +#include "inspircd_win32wrapper.h" #include "colours.h" using namespace std; diff --git a/win/m_spanningtreeVC71.vcproj b/win/m_spanningtreeVC71.vcproj index 53eeb4c4b..532cefba8 100644 --- a/win/m_spanningtreeVC71.vcproj +++ b/win/m_spanningtreeVC71.vcproj @@ -65,7 +65,7 @@