X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75f11ad7ca4201f7e2626a2bf5ad84a01296eb4a..7ddb15416407390de67cc26b04e91ea99a521f57:/src/os2/main.cpp diff --git a/src/os2/main.cpp b/src/os2/main.cpp index e6537319a7..2d1685e954 100644 --- a/src/os2/main.cpp +++ b/src/os2/main.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: main.cpp +// Name: src/os2/main.cpp // Purpose: Entry point // Author: David Webster // Modified by: @@ -9,10 +9,5 @@ // 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. SN.