projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another fix for HP-UX 11.11 vsscanf, should have been in r51260
[wxWidgets.git]
/
src
/
gtk1
/
app.cpp
diff --git
a/src/gtk1/app.cpp
b/src/gtk1/app.cpp
index 84590d5759d858f050f8841c8698a6af3a863db0..e0d50295b06b7a27675381a249c2c438f40f0567 100644
(file)
--- a/
src/gtk1/app.cpp
+++ b/
src/gtk1/app.cpp
@@
-7,12
+7,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __VMS
-// vms_jackets.h should for proper working be included before anything else
-# include <vms_jackets.h>
-#undef ConnectionNumber
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-183,14
+177,14
@@
void wxApp::WakeUpIdle()
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiEnter();
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiEnter();
-#endif // wxUSE_THREADS
_
+#endif // wxUSE_THREADS
wxapp_install_idle_handler();
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiLeave();
wxapp_install_idle_handler();
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiLeave();
-#endif // wxUSE_THREADS
_
+#endif // wxUSE_THREADS
}
//-----------------------------------------------------------------------------
}
//-----------------------------------------------------------------------------