]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/app.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / dfb / app.cpp
index 8ae8339fe50f4a5ddb0f5763a7e1a26011bc20c2..9fac9fec8673f619727125dd11b80884264b1aa6 100644 (file)
@@ -184,7 +184,9 @@ bool wxApp::Yield(bool onlyIfNeeded)
 
     s_inYield = true;
 
+#if wxUSE_LOG
     wxLog::Suspend();
+#endif // wxUSE_LOG
 
     wxEventLoop * const
         loop = wx_static_cast(wxEventLoop *, wxEventLoop::GetActive());
@@ -196,7 +198,9 @@ bool wxApp::Yield(bool onlyIfNeeded)
     // OnUpdateUI() which is a nice (and desired) side effect)
     while ( ProcessIdle() ) {}
 
+#if wxUSE_LOG
     wxLog::Resume();
+#endif // wxUSE_LOG
 
     s_inYield = false;