mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
This commit is contained in:
parent
6a0910075d
commit
29cb4d8a09
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ do { \
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# undef CALLBACK
|
||||
#endif
|
||||
#define CALLBACK(FOR) \
|
||||
do { \
|
||||
CALLBACK_NOCLEAR(FOR); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue