From: Vadim Zeitlin Date: Tue, 22 Jun 2004 09:58:37 +0000 (+0000) Subject: fixed wxEntry() signature X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dcc19b5b38ee397de186d3d181705a9ad7e3447d fixed wxEntry() signature git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index e29c62f45b..75a6217310 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -82,7 +82,7 @@ protected: }; int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance, - char *lpszCmdLine, int nCmdShow); + wxCmdLineArgType *lpszCmdLine, int nCmdShow); #endif // _WX_APP_H_