]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wxEntry() signature
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 09:58:37 +0000 (09:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 09:58:37 +0000 (09:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/app.h

index e29c62f45b1bbe16cb3b014197d0b4df33e001c3..75a62173104f997315114b1ffdca112ca995247c 100644 (file)
@@ -82,7 +82,7 @@ protected:
 };
 
 int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance,
-                        char *lpszCmdLine, int nCmdShow);
+                        wxCmdLineArgType *lpszCmdLine, int nCmdShow);
 
 #endif // _WX_APP_H_