From: Anatol Belski Date: Thu, 18 Sep 2014 09:58:44 +0000 (+0200) Subject: correct type for the thread id X-Git-Tag: POST_NATIVE_TLS_MERGE^2~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f162b3f736f07ad868abec6ea8b44a91e77d4069;p=php correct type for the thread id --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 82e272db5b..b232429d4d 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -64,7 +64,7 @@ typedef int ts_rsrc_id; /* Define THREAD_T and MUTEX_T */ #ifdef TSRM_WIN32 -# define THREAD_T UINT_PTR +# define THREAD_T DWORD # define MUTEX_T CRITICAL_SECTION * #elif defined(GNUPTH) # define THREAD_T pth_t