From dcc19b5b38ee397de186d3d181705a9ad7e3447d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 Jun 2004 09:58:37 +0000 Subject: [PATCH] fixed wxEntry() signature git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.45.2