From f8e7685975da5357bbe3e297377d7a8a0340acda Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 26 Nov 2013 16:02:39 +0000 Subject: fix #28 --- phpdbg_help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpdbg_help.c') diff --git a/phpdbg_help.c b/phpdbg_help.c index b6bc28cb66..eaf5f649d8 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -458,6 +458,7 @@ PHPDBG_HELP(set) /* {{{ */ ++set_command; } } +#ifndef _WIN32 phpdbg_notice("Colors"); { const phpdbg_color_t *color = phpdbg_get_colors(TSRMLS_C); @@ -479,6 +480,7 @@ PHPDBG_HELP(set) /* {{{ */ } } phpdbg_writeln("The for set color can be \"prompt\", \"notice\", or \"error\""); +#endif phpdbg_help_footer(); return SUCCESS; } /* }}} */ -- cgit v1.2.1