diff options
| author | foobar <sniper@php.net> | 2003-08-05 23:50:59 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-08-05 23:50:59 +0000 |
| commit | cc011660e715a63e61b7e1101e5f07515d41125e (patch) | |
| tree | 460efc01d182a816f313d57bace88a480c9d353a /Zend/zend_execute_API.c | |
| parent | 3ef8d3663dd500b9e70508bfc7eb523505e67aa5 (diff) | |
| download | php-git-cc011660e715a63e61b7e1101e5f07515d41125e.tar.gz | |
Fix the build
Diffstat (limited to 'Zend/zend_execute_API.c')
| -rw-r--r-- | Zend/zend_execute_API.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 18b3388ab8..9131f1d57b 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -33,15 +33,15 @@ #include <sys/time.h> #endif - 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); -#ifdef ZEND_WIN32 -#include <process.h> /* true global */ 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; |
