summaryrefslogtreecommitdiff
path: root/ptw32_threadDestroy.c
diff options
context:
space:
mode:
authorrpj <rpj>2004-07-01 07:32:10 +0000
committerrpj <rpj>2004-07-01 07:32:10 +0000
commit1660c9f40520f8af25206defffeff3f8c0fe0a50 (patch)
tree86465f3ed31832e2e437bbe16555805014fe5c38 /ptw32_threadDestroy.c
parentec10b068b42c9f80c312b75d5e4d15583cc07d2e (diff)
Initial support for Digital Mars Compiler
Diffstat (limited to 'ptw32_threadDestroy.c')
-rw-r--r--ptw32_threadDestroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptw32_threadDestroy.c b/ptw32_threadDestroy.c
index 9432e2e..58b23ff 100644
--- a/ptw32_threadDestroy.c
+++ b/ptw32_threadDestroy.c
@@ -72,7 +72,7 @@ ptw32_threadDestroy (pthread_t thread)
(void) pthread_mutex_destroy(&threadCopy.cancelLock);
(void) pthread_mutex_destroy(&threadCopy.threadLock);
-#if ! defined (__MINGW32__) || defined (__MSVCRT__)
+#if ! defined (__MINGW32__) || defined (__MSVCRT__) || defined (__DMC__)
/*
* See documentation for endthread vs endthreadex.
* Don't close the Win32 handle of implicit POSIX threads