diff options
author | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
commit | 1660c9f40520f8af25206defffeff3f8c0fe0a50 (patch) | |
tree | 86465f3ed31832e2e437bbe16555805014fe5c38 /ptw32_throw.c | |
parent | ec10b068b42c9f80c312b75d5e4d15583cc07d2e (diff) |
Initial support for Digital Mars Compiler
Diffstat (limited to 'ptw32_throw.c')
-rw-r--r-- | ptw32_throw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ptw32_throw.c b/ptw32_throw.c index 17d610d..8f67069 100644 --- a/ptw32_throw.c +++ b/ptw32_throw.c @@ -87,7 +87,7 @@ ptw32_throw (DWORD exception) pthread_win32_thread_detach_np (); -#if ! defined (__MINGW32__) || defined (__MSVCRT__) +#if ! defined (__MINGW32__) || defined (__MSVCRT__) || defined (__DMC__) _endthreadex (exitCode); #else _endthread (); |