correct type for the thread id

This commit is contained in:
Anatol Belski 2014-09-18 11:58:44 +02:00
parent 1e0e1b4a73
commit f162b3f736

View File

@ -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