Skip to content

Commit 9fbde3c

Browse files
committed
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
1 parent 29d7e7e commit 9fbde3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/cli/php_http_parser.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ do { \
5555
} \
5656
} while (0)
5757

58-
58+
#ifdef PHP_WIN32
59+
# undef CALLBACK
60+
#endif
5961
#define CALLBACK(FOR) \
6062
do { \
6163
CALLBACK_NOCLEAR(FOR); \

0 commit comments

Comments
 (0)