mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
correct type for the thread id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user