// global vars
// ----------------------------------------------------------------------------
-wxApp * WXDLLEXPORT wxTheApp = NULL;
+WXDLLEXPORT wxApp *wxTheApp = NULL;
wxAppInitializerFunction
wxAppBase::m_appInitFn = (wxAppInitializerFunction)NULL;
abort();
}
-// Yield to other apps/messages
-bool WXDLLEXPORT wxYield()
-{
- // do nothing
- return TRUE;
-}
-
// Yield to other apps/messages
void WXDLLEXPORT wxWakeUpIdle()
{