wxClassInfo::InitializeClasses();
- wxSystemSettings::Init();
-
#if wxUSE_INTL
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif
delete wxPendingEventsLocker;
#endif
- wxSystemSettings::Done();
-
delete[] wxBuffer;
wxClassInfo::CleanUpClasses();
// wxEntry
//-----------------------------------------------------------------------------
-
-int wxEntryStart( int argc, char *argv[] )
+// NB: argc and argv may be changed here, pass by reference!
+int wxEntryStart( int& argc, char *argv[] )
{
#if wxUSE_THREADS
/* GTK 1.2 up to version 1.2.3 has broken threads */