If the threads module hasn't been initialized yet then we can assume
authorRobin Dunn <robin@alldunn.com>
Tue, 18 May 2004 19:59:18 +0000 (19:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 18 May 2004 19:59:18 +0000 (19:59 +0000)
commit5b65f1364d1a643940ddd31fbd77578ff6e20639
tree03ecfef3d7a178f5f493cb64f7b746248f720e16
parent42cfa1842f59196416e016a151dc369d2b15a25d
If the threads module hasn't been initialized yet then we can assume
the IsMain == true.  This allows wxASSERTs that happen before the
wxApp is created (as can easily happen in wxPython unfortunatly) to
behave normally instead of just calling wxTrap.

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