Browse Source
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
pull/271/head
Pierre Joye
15 years ago
1 changed files with
3 additions and
1 deletions
-
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); \ |
|
|
|
|