summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2011-06-29 06:19:26 +0000
committerrpj <rpj>2011-06-29 06:19:26 +0000
commit5fdebbca2831af55fcd17d1819ec68dc17e2ec58 (patch)
treeafc3ee148258f406a98c78e801b5c58ef551ac00 /implement.h
parent3f334b78ab4447a37ed40b34c5fdd1aac76d3df7 (diff)
See the ChangeLog
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/implement.h b/implement.h
index 0053193..a221128 100644
--- a/implement.h
+++ b/implement.h
@@ -136,7 +136,7 @@ struct ptw32_thread_t_
#if defined(_UWIN)
DWORD dummy[5];
#endif
- UINT64 seqNumber; /* Process-unique thread sequence number */
+ unsigned __int64 seqNumber; /* Process-unique thread sequence number */
DWORD thread; /* Win32 thread ID */
HANDLE threadH; /* Win32 thread handle - POSIX thread is invalid if threadH == 0 */
pthread_t ptHandle; /* This thread's permanent pthread_t handle */
@@ -561,7 +561,7 @@ extern pthread_cond_t ptw32_cond_list_tail;
extern int ptw32_mutex_default_kind;
-extern unsigned long long ptw32_threadSeqNumber;
+extern unsigned __int64 ptw32_threadSeqNumber;
extern int ptw32_concurrency;