X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/218f97d382565ecc70ef12bfdeaa3495680fc60d..fdd74b41b0a94b214aab4b7b03e75b60e877bd4e:/src/mac/carbon/main.cpp diff --git a/src/mac/carbon/main.cpp b/src/mac/carbon/main.cpp index b035dab2cf..ad5bd33263 100644 --- a/src/mac/carbon/main.cpp +++ b/src/mac/carbon/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" - -WXDLLEXPORT int main(int argc, char* argv[]) -{ - return wxEntry(argc, argv); -} - +// We don't put main() in the library any more. GD.