]> git.saurik.com Git - wxWidgets.git/commit - src/unix/threadpsx.cpp
fix incoherency between the wxThread implementation based on MSW threads and pthread...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 26 May 2010 22:44:13 +0000 (22:44 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 26 May 2010 22:44:13 +0000 (22:44 +0000)
commit363daf0bd1607e40246ebf265969d1e20aae1e90
tree5ce5029d36ded87b8e1f22028d05706165ee6a44
parentc2246a3881e5c3293b70560dde099ee772c86d73
fix incoherency between the wxThread implementation based on MSW threads and pthread: Delete()ing a thread which hasn't started yet must return wxTHREAD_MISC_ERROR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/threadpsx.cpp