compile with it).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23167
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// static functions
// ----------------
+bool WXDLLEXPORT wxGuiOwnedByMainThread();
+
wxThread *wxThread::This()
{
wxThread* pThread = m_pThread;
// wake up the main thread if it's in ::GetMessage()
void WXDLLEXPORT wxWakeUpMainThread()
{
+#if 0
if ( !::WinPostQueueMsg(wxTheApp->m_hMq, WM_NULL, 0, 0) )
{
// should never happen
wxLogLastError(wxT("WinPostMessage(WM_NULL)"));
}
+#endif
}
void WXDLLEXPORT wxMutexGuiEnter()