From f60aa68ee934b5e8127582f51f713cc05ef1387a Mon Sep 17 00:00:00 2001 From: peavey Date: Mon, 16 Jul 2007 15:39:31 +0000 Subject: 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 --- win/inspircd_win32wrapper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/inspircd_win32wrapper.h') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 250f41e3f..2daa4ced7 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -66,9 +66,6 @@ #include #include -/* printf_c support for printing ansi colors in console */ -#include "colours.h" - /* strcasecmp is not defined on windows by default */ #define strcasecmp _stricmp @@ -103,6 +100,9 @@ CoreExport int inet_aton(const char *, struct in_addr *); /* Unix-style get running user id */ CoreExport int geteuid(); +/* Handles colors in printf */ +CoreExport int printf_c(const char * format, ...); + /* getopt() wrapper */ # define no_argument 0 # define required_argument 1 -- cgit v1.2.3