]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/main.cpp
added wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it
[wxWidgets.git] / src / palmos / main.cpp
index 551f447306dbbd52d9639ece2d1bfd5e12322f33..d1ca47947240c9b49402907dd552950bcdd9996c 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
-#include "wx/event.h"
-#include "wx/app.h"
+#ifndef WX_PRECOMP
+    #include "wx/event.h"
+    #include "wx/app.h"
+#endif //WX_PRECOMP
+
 #include "wx/cmdline.h"
 
 #if wxUSE_GUI