diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 16:09:56 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 16:09:56 +0000 |
commit | 3abff3a37550cc1d88dd4d1fd7ed526e89309a53 (patch) | |
tree | bb8bcc1ada1f219675494a31f46ddd95160df7bd /win/configure.cpp | |
parent | f60aa68ee934b5e8127582f51f713cc05ef1387a (diff) |
Add flags to /STATS s output, and nuke some ^M
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7453 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configure.cpp')
-rw-r--r-- | win/configure.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/configure.cpp b/win/configure.cpp index 44666398e..adb10a6b9 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -13,11 +13,11 @@ #define _CRT_SECURE_NO_DEPRECATE -#include <windows.h>
-#include <stdio.h>
-#include <string>
-#include <time.h>
-#include "colours.h"
+#include <windows.h> +#include <stdio.h> +#include <string> +#include <time.h> +#include "colours.h" using namespace std; void Run(); |