diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -155,6 +155,13 @@ #ifdef PTW32_INCLUDE_WINDOWS_H #include <windows.h> + +#if _MSC_VER < 1300 +/* + * VC++6.0 or early compiler's header has no DWORD_PTR type. + */ +typedef unsigned long DWORD_PTR; +#endif #endif /* |