* New wxStreams (to be documented), new classes: wxBufferedStreams,
wxTextStreams git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -668,6 +668,9 @@ wxThreadError wxThread::Resume()
|
||||
|
||||
wxThread::ExitCode wxThread::Delete()
|
||||
{
|
||||
if (IsPaused())
|
||||
Resume();
|
||||
|
||||
m_critsect.Enter();
|
||||
wxThreadState state = p_internal->GetState();
|
||||
|
||||
|
Reference in New Issue
Block a user