Merged changes from 1.0 branch.

This commit is contained in:
crs
2003-09-02 21:41:00 +00:00
parent 2f9cdfd1b2
commit 4fea7719f3
3 changed files with 57 additions and 22 deletions

View File

@@ -753,9 +753,6 @@ CArchMultithreadWindows::doThreadFunc(CArchThread thread)
lockMutex(m_threadMutex);
unlockMutex(m_threadMutex);
// default priority is slightly below normal
setPriorityOfThread(thread, 1);
void* result = NULL;
try {
// go