fixed wxEntry() signature

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-06-22 09:58:37 +00:00
parent af2799b7bb
commit dcc19b5b38

View 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_