mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
simplify declaration
This commit is contained in:
parent
0c08ba8be4
commit
d051bff8b6
@ -46,11 +46,7 @@ ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, {{0}, {{0}}, {0}},
|
||||
ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
|
||||
|
||||
#ifdef ZEND_WIN32
|
||||
static
|
||||
#ifdef ZTS
|
||||
__declspec(thread)
|
||||
#endif
|
||||
HANDLE tq_timer = NULL;
|
||||
static ZEND_THREAD HANDLE tq_timer = NULL;
|
||||
#endif
|
||||
|
||||
#if 0&&ZEND_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user