From 78b1607406fe42603b8aedd7642d1e4f944ee810 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 6 May 2004 00:55:13 +0000 Subject: '' --- pthread.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 34cacc0..56759b5 100644 --- a/pthread.h +++ b/pthread.h @@ -155,6 +155,13 @@ #ifdef PTW32_INCLUDE_WINDOWS_H #include + +#if _MSC_VER < 1300 +/* + * VC++6.0 or early compiler's header has no DWORD_PTR type. + */ +typedef unsigned long DWORD_PTR; +#endif #endif /* -- cgit v1.2.3