git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20588
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
-
-IMPLEMENT_WXWIN_MAIN
+// We don't put main() in the library any more. GD.
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
-
-IMPLEMENT_WXWIN_MAIN
+// We don't put main() in the library any more. GD.
// 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.