make POSIX and Windows implementation of wxThread::Run() coherently assert when tryin...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jul 2010 13:55:36 +0000 (13:55 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jul 2010 13:55:36 +0000 (13:55 +0000)
commit89a76d5d2c1620f8118780f0a29030f2b2a45023
treeda5f1689933217aedb16de66a9525ee124476e58
parent79b7701c0bc547dc4b579258c7116700e5925162
make POSIX and Windows implementation of wxThread::Run() coherently assert when trying to Run() a thread twice; add a test for it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/thread.h
src/msw/thread.cpp
tests/thread/misc.cpp