From 4431a7322b429abb8c2522c76577f8a645711c51 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 11 May 2003 19:31:00 +0000 Subject: [PATCH] We don't put main() in the library any more. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/main.cpp | 4 +--- src/mac/main.cpp | 4 +--- src/motif/main.cpp | 8 +------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/mac/carbon/main.cpp b/src/mac/carbon/main.cpp index 9c027cb5f1..ad5bd33263 100644 --- a/src/mac/carbon/main.cpp +++ b/src/mac/carbon/main.cpp @@ -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. diff --git a/src/mac/main.cpp b/src/mac/main.cpp index 9c027cb5f1..ad5bd33263 100644 --- a/src/mac/main.cpp +++ b/src/mac/main.cpp @@ -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. diff --git a/src/motif/main.cpp b/src/motif/main.cpp index e2eea40e29..f904fa1f1e 100644 --- a/src/motif/main.cpp +++ b/src/motif/main.cpp @@ -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. -- 2.47.2