summaryrefslogtreecommitdiff
path: root/win/configure.cpp
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 15:39:31 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 15:39:31 +0000
commitf60aa68ee934b5e8127582f51f713cc05ef1387a (patch)
tree252ef8f84cd0e5c9e400fd11dbb2b765385884ab /win/configure.cpp
parent1cb674495d8903346831b0ca8baad9478c714861 (diff)
Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure will have to endure the fixed 500 limit :>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7452 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configure.cpp')
-rw-r--r--win/configure.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/win/configure.cpp b/win/configure.cpp
index 4acc18bf0..44666398e 100644
--- a/win/configure.cpp
+++ b/win/configure.cpp
@@ -13,8 +13,11 @@
#define _CRT_SECURE_NO_DEPRECATE
-#include <time.h>
-#include "inspircd_win32wrapper.h"
+#include <windows.h>
+#include <stdio.h>
+#include <string>
+#include <time.h>
+#include "colours.h"
using namespace std;
void Run();