mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
This commit is contained in:
parent
29d7e7e8c0
commit
9fbde3c349
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