// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "appbase.h"
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif //__BORLANDC__
+
+#ifndef WX_PRECOMP
+ #include "wx/app.h"
+ #include "wx/debug.h"
#endif
-#include "wx/app.h"
-#include "wx/debug.h"
+#include "wx/module.h"
+
// ----------------------------------------------------------------------------
// global vars
wxAppInitializerFunction
wxAppBase::m_appInitFn = (wxAppInitializerFunction)NULL;
-#if wxUSE_THREADS
- // List of events pending processing
- wxList *wxPendingEvents = NULL;
- wxCriticalSection *wxPendingEventsLocker = NULL;
-#endif // wxUSE_THREADS
-
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------