Browse Source

- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)

pull/271/head
Pierre Joye 15 years ago
parent
commit
29cb4d8a09
  1. 4
      sapi/cli/php_http_parser.c

4
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); \

Loading…
Cancel
Save