summaryrefslogtreecommitdiff
path: root/pthread.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 /pthread.h
parent3f334b78ab4447a37ed40b34c5fdd1aac76d3df7 (diff)
See the ChangeLog
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 1d2d7d3..9f5e8f1 100644
--- a/pthread.h
+++ b/pthread.h
@@ -203,6 +203,7 @@
* VC++6.0 or early compiler's header has no DWORD_PTR type.
*/
typedef unsigned long DWORD_PTR;
+typedef unsigned long ULONG_PTR;
#endif
/*
* -----------------