Browse Source

correct type for the thread id

pull/753/merge
Anatol Belski 12 years ago
parent
commit
f162b3f736
  1. 2
      TSRM/TSRM.h

2
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

Loading…
Cancel
Save