1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

clarify :)

This commit is contained in:
Zeev Suraski
2003-08-06 07:38:56 +00:00
parent 26b85413ea
commit 0a83ebfd56

View File

@@ -36,12 +36,11 @@
ZEND_API void (*zend_execute)(zend_op_array *op_array TSRMLS_DC);
ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, int return_value_used TSRMLS_DC);
/* true global */
/* true globals */
ZEND_API zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, 0 };
#ifdef ZEND_WIN32
#include <process.h>
static WNDCLASS wc;
static HWND timeout_window;
static HANDLE timeout_thread_event;