From: Pierre Joye Date: Fri, 19 Aug 2011 11:35:37 +0000 (+0000) Subject: - undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :) X-Git-Tag: php-5.4.0beta1~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29cb4d8a090a78fe05c22b2295bb5e3fa5663fca;p=php - undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :) --- diff --git a/sapi/cli/php_http_parser.c b/sapi/cli/php_http_parser.c index e58fba3410..13b9ea12bc 100644 --- a/sapi/cli/php_http_parser.c +++ b/sapi/cli/php_http_parser.c @@ -55,7 +55,9 @@ do { \ } \ } while (0) - +#ifdef PHP_WIN32 +# undef CALLBACK +#endif #define CALLBACK(FOR) \ do { \ CALLBACK_NOCLEAR(FOR); \