X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..cb6b81bc94108bcb0a702ac5fdaf4944fa7706a0:/src/os2/main.cpp diff --git a/src/os2/main.cpp b/src/os2/main.cpp index 47a9924bae..d2f3dfdb9e 100644 --- a/src/os2/main.cpp +++ b/src/os2/main.cpp @@ -1,18 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: main.cpp +// Name: src/os2/main.cpp // Purpose: Entry point -// Author: AUTHOR +// Author: David Webster // Modified by: -// Created: ??/??/98 -// RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Created: 10/10/99 +// Copyright: (c) David Webster +// 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.