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

This commit is contained in:
Pierre Joye 2011-08-19 11:35:37 +00:00
parent 6a0910075d
commit 29cb4d8a09

View file

@ -55,7 +55,9 @@ do { \
} \
} while (0)
#ifdef PHP_WIN32
# undef CALLBACK
#endif
#define CALLBACK(FOR) \
do { \
CALLBACK_NOCLEAR(FOR); \