]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/configure.cpp
* Sockets will now always be nonblocking on win32 version of InspIRCd. There were...
[user/henk/code/inspircd.git] / win / configure.cpp
index adb10a6b961d6e16da64e87e936f411a5d86ce3f..a66e26118d76beea2af3e5d8de3d6c1f44647930 100644 (file)
 
 #define _CRT_SECURE_NO_DEPRECATE
 
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <stdio.h>
 #include <string>
 #include <time.h>
+#include "inspircd_win32wrapper.h"
 #include "colours.h"
 
 using namespace std;