summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2004-06-29 07:33:16 +0000
committerrpj <rpj>2004-06-29 07:33:16 +0000
commitec10b068b42c9f80c312b75d5e4d15583cc07d2e (patch)
tree26140ba300df654adb974d163a517b07eefe82b7 /pthread.h
parent0d83083f943f949cd92e8bc4de1ed5a793df9b83 (diff)
Add initial Digital Mars compiler support
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index 1abfd93..6b677a8 100644
--- a/pthread.h
+++ b/pthread.h
@@ -157,7 +157,7 @@
#include <windows.h>
#endif
-#if defined(_MSC_VER) && _MSC_VER < 1300
+#if defined(_MSC_VER) && _MSC_VER < 1300 || defined(__DMC__)
/*
* VC++6.0 or early compiler's header has no DWORD_PTR type.
*/