]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/dialoged.cpp
several fixes
[wxWidgets.git] / utils / dialoged / src / dialoged.cpp
index bde94cba52c2a7cdf84893b882bbf47867dd1201..1a1b6b4b91a91f3b6b9bfd55d4cc285301fee7a7 100644 (file)
 
 #include "dialoged.h"
 
-// A macro needed for some compilers (AIX) that need 'main' to be defined
-// in the application itself.
-IMPLEMENT_WXWIN_MAIN
-
 IMPLEMENT_APP(MyApp)
 
 MyApp::MyApp(void)
@@ -38,6 +34,8 @@ MyApp::MyApp(void)
 
 wxResourceManager *theResourceManager = NULL;
 
+#include "symbtabl.h"
+
 bool MyApp::OnInit(void)
 {
     theResourceManager = new wxResourceManager;