From f8e7685975da5357bbe3e297377d7a8a0340acda Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 26 Nov 2013 16:02:39 +0000 Subject: fix #28 --- phpdbg_set.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpdbg_set.c') diff --git a/phpdbg_set.c b/phpdbg_set.c index f7a32bbcf9..aa24822b9e 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -63,6 +63,7 @@ PHPDBG_SET(break) /* {{{ */ return SUCCESS; } /* }}} */ +#ifndef _WIN32 PHPDBG_SET(color) /* {{{ */ { if ((param->type == STR_PARAM) && (input->argc == 3)) { @@ -104,6 +105,7 @@ usage: } return SUCCESS; } /* }}} */ +#endif PHPDBG_SET(oplog) /* {{{ */ { -- cgit v1.2.1