]> 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 4acc18bf0cf442df373e79f5d1b82718f6014f24..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;
 void Run();