summaryrefslogtreecommitdiff
path: root/sal/osl/w32/thread.c
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-06-14 13:02:18 +0000
committerOliver Braun <obr@openoffice.org>2001-06-14 13:02:18 +0000
commitf523d8af5f5b1c5265b96059ae812c0c5c9e271d (patch)
treee093c3015311ca9312b193d3673d18fcf6f7dda2 /sal/osl/w32/thread.c
parent03d45af724ba6438361ca2045539f12c669204c2 (diff)
#88246# osl_terminateThread fixed
Diffstat (limited to 'sal/osl/w32/thread.c')
-rw-r--r--sal/osl/w32/thread.c6
1 files changed, 3 insertions, 3 deletions
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));
}