[Common-cvs] system/platform/win winthrd.cpp,1.7,1.8
ping at helixcommunity.org ping at helixcommunity.orgUpdate of /cvsroot/common/system/platform/win
In directory cvs-new:/tmp/cvs-serv25898/platform/win
Modified Files:
winthrd.cpp
Log Message:
Removed _entthreadex call, it'll be called implicitly by the system. This seems to fix mysterious hang in RMAWinThread::Exit() due to the thread state is not signaled.
CR by JLeitner
Index: winthrd.cpp
===================================================================
RCS file: /cvsroot/common/system/platform/win/winthrd.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- winthrd.cpp 28 Oct 2004 22:31:02 -0000 1.7
+++ winthrd.cpp 25 Jan 2005 18:47:27 -0000 1.8
@@ -362,7 +362,6 @@
CoUninitialize();
- _endthreadex(ulReturnValue);
return ulReturnValue;
#else
return 0;