diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.cpp | 10 | ||||
-rw-r--r-- | win/inspircd_win32wrapper.h | 2 |
2 files changed, 6 insertions, 6 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(); diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 2daa4ced7..fb6882378 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -100,7 +100,7 @@ CoreExport int inet_aton(const char *, struct in_addr *); /* Unix-style get running user id */ CoreExport int geteuid(); -/* Handles colors in printf */
+/* Handles colors in printf */ CoreExport int printf_c(const char * format, ...); /* getopt() wrapper */ |