Missing ifdef; thanks Tony

This commit is contained in:
Wez Furlong 2004-07-29 11:54:12 +00:00
parent 274dbb1b75
commit ff531cca4d

View File

@ -1227,7 +1227,9 @@ PHP_RSHUTDOWN_FUNCTION(basic)
PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
PHP_RSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
PHP_RSHUTDOWN(streams)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#ifdef PHP_WIN32
PHP_RSHUTDOWN(win32_core_globals)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#endif
if (BG(user_tick_functions)) {
zend_llist_destroy(BG(user_tick_functions));