#include "wx/app.h"
#include "wx/debug.h"
#include "wx/filefn.h"
+ #include "wx/log.h"
#endif
#include "wx/module.h"
{
public:
virtual int OnRun() { wxFAIL_MSG(wxT("unreachable")); return 0; }
- virtual bool ProcessIdle() { return TRUE; }
};
// ----------------------------------------------------------------------------
return FALSE;
}
- wxTheApp->DoInit();
gs_nInitCount++;
return TRUE;
delete wxLog::SetActiveTarget(NULL);
#endif // wxUSE_LOG
}
+
+// vi:sts=4:sw=4:et