wxTheApp->ProcessPendingEvents();
}
+ProcessSerialNumber gAppProcess ;
+
bool wxApp::Initialize(int& argc, wxChar **argv)
{
// Mac-specific
if ( !wxAppBase::Initialize(argc, argv) )
return false;
+ GetCurrentProcess(&gAppProcess);
+
#if wxUSE_INTL
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif