X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..b4e7f826aff0f60826543bec9e1cb3fbcbeb0589:/src/mac/main.cpp?ds=sidebyside diff --git a/src/mac/main.cpp b/src/mac/main.cpp index 47a9924bae..ad5bd33263 100644 --- a/src/mac/main.cpp +++ b/src/mac/main.cpp @@ -1,18 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: main.cpp // Purpose: Entry point -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// 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.