From f523d8af5f5b1c5265b96059ae812c0c5c9e271d Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Thu, 14 Jun 2001 13:02:18 +0000 Subject: #88246# osl_terminateThread fixed --- sal/osl/w32/thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/osl/w32/thread.c') diff --git a/sal/osl/w32/thread.c b/sal/osl/w32/thread.c index 29d11ce5a4db..06e24a61c27f 100644 --- a/sal/osl/w32/thread.c +++ b/sal/osl/w32/thread.c @@ -2,9 +2,9 @@ * * $RCSfile: thread.c,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: jbu $ $Date: 2001-06-08 16:49:36 $ + * last change: $Author: obr $ $Date: 2001-06-14 14:02:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -413,7 +413,7 @@ void SAL_CALL osl_terminateThread(oslThread Thread) return; } - osl_incrementInterlockedCount(&pThreadImpl->m_nTerminationRequested); + osl_incrementInterlockedCount(&(pThreadImpl->m_nTerminationRequested)); } -- cgit