From: Anatol Belski Date: Thu, 13 Nov 2014 14:45:28 +0000 (+0100) Subject: fix datatype mismatch X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ccac0237853f05beb72f3b05156d0765210bfb;p=php fix datatype mismatch --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 5edc65e93e..eaa84103f9 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -51,8 +51,8 @@ static WNDCLASS wc; static HWND timeout_window; static HANDLE timeout_thread_event; static HANDLE timeout_thread_handle; -static DWORD timeout_thread_id; -static int timeout_thread_initialized=0; +static unsigned timeout_thread_id; +static volatile long timeout_thread_initialized=0; #endif #if 0&&ZEND_DEBUG