diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 /* * ----------------- |