From 1660c9f40520f8af25206defffeff3f8c0fe0a50 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 1 Jul 2004 07:32:10 +0000 Subject: Initial support for Digital Mars Compiler --- pthread_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_join.c') diff --git a/pthread_join.c b/pthread_join.c index fa9c168..97cbd51 100644 --- a/pthread_join.c +++ b/pthread_join.c @@ -118,7 +118,7 @@ pthread_join (pthread_t thread, void **value_ptr) if (result == 0) { -#if ! defined (__MINGW32__) || defined (__MSVCRT__) +#if ! defined (__MINGW32__) || defined (__MSVCRT__) || defined (__DMC__) if (value_ptr != NULL && !GetExitCodeThread (thread->threadH, (LPDWORD) value_ptr)) -- cgit v1.2.3