From ec10b068b42c9f80c312b75d5e4d15583cc07d2e Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 29 Jun 2004 07:33:16 +0000 Subject: Add initial Digital Mars compiler support --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 1abfd93..6b677a8 100644 --- a/pthread.h +++ b/pthread.h @@ -157,7 +157,7 @@ #include #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. */ -- cgit v1.2.3