diff options
author | rpj <rpj> | 2004-06-29 07:33:16 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-06-29 07:33:16 +0000 |
commit | ec10b068b42c9f80c312b75d5e4d15583cc07d2e (patch) | |
tree | 26140ba300df654adb974d163a517b07eefe82b7 /pthread.h | |
parent | 0d83083f943f949cd92e8bc4de1ed5a793df9b83 (diff) |
Add initial Digital Mars compiler support
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |