compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-10-15 17:49:56 +00:00
parent 729d8f9158
commit c19c1ca9be
2 changed files with 4 additions and 6 deletions

View File

@ -265,7 +265,7 @@ static gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
return TRUE;
}
#endif
#endif // wxUSE_THREADS
//-----------------------------------------------------------------------------
// wxApp
@ -653,9 +653,8 @@ void wxApp::CleanUp()
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
if (oldLog)
delete oldLog;
}
#endif // wxUSE_LOG
}
//-----------------------------------------------------------------------------
// wxEntry

View File

@ -265,7 +265,7 @@ static gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
return TRUE;
}
#endif
#endif // wxUSE_THREADS
//-----------------------------------------------------------------------------
// wxApp
@ -653,9 +653,8 @@ void wxApp::CleanUp()
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
if (oldLog)
delete oldLog;
}
#endif // wxUSE_LOG
}
//-----------------------------------------------------------------------------
// wxEntry