X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0253070f52291f447076837bf1311195135bb95..eea4d01c65f9b29baa1193db762b4c6b8144af24:/src/gtk1/main.cpp diff --git a/src/gtk1/main.cpp b/src/gtk1/main.cpp index a6ea36c74e..df13a094ef 100644 --- a/src/gtk1/main.cpp +++ b/src/gtk1/main.cpp @@ -1,29 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: main.cpp +// Name: src/gtk1/main.cpp // Purpose: Entry point // Author: Julian Smart // Modified by: // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/app.h" -int wxEntry(int argc, char *argv[]); +// We don't put main() in the library any more. RR. - -#if defined(AIX) || defined(AIX4) || defined(____HPUX__) || defined(NOMAIN) - - // main in IMPLEMENT_WX_MAIN in IMPLEMENT_APP in app.h - -#else - - -int main(int argc, char* argv[]) -{ - return wxEntry(argc, argv); -} - -#endif