From: Vadim Zeitlin Date: Fri, 15 Oct 1999 17:49:56 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c19c1ca9be24e253969791ed9a495a778831da50 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index d262df2ecb..f1eb101c25 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -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 diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index d262df2ecb..f1eb101c25 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -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