]> git.saurik.com Git - wxWidgets.git/commitdiff
We don't put main() in the library any more.
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 11 May 2003 19:31:00 +0000 (19:31 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 11 May 2003 19:31:00 +0000 (19:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/main.cpp
src/mac/main.cpp
src/motif/main.cpp

index 9c027cb5f17baf36cd89d33cebc92a853f2a3d20..ad5bd3326395366a359ef0c13c7fa6c26b624bb2 100644 (file)
@@ -9,6 +9,4 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-IMPLEMENT_WXWIN_MAIN
+// We don't put main() in the library any more. GD.
index 9c027cb5f17baf36cd89d33cebc92a853f2a3d20..ad5bd3326395366a359ef0c13c7fa6c26b624bb2 100644 (file)
@@ -9,6 +9,4 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-IMPLEMENT_WXWIN_MAIN
+// We don't put main() in the library any more. GD.
index e2eea40e29c74360761dd3305382b104dadc21ac..f904fa1f1e91a61f3ba9217e9f1796fd27745e70 100644 (file)
@@ -9,10 +9,4 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-int main(int argc, char* argv[])
-{
-    return wxEntry(argc, argv);
-}
-
+// We don't put main() in the library any more. GD.