mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
correct type for the thread id
This commit is contained in:
parent
1e0e1b4a73
commit
f162b3f736
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue