added wxMSW-specific wxEntryStart() overload taking WinMain-like parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,6 +96,14 @@ protected:
|
||||
typedef char *wxCmdLineArgType;
|
||||
#endif
|
||||
|
||||
// wxMSW-only overloads of wxEntry() and wxEntryStart() which take the
|
||||
// parameters passed to WinMain() instead of those passed to main()
|
||||
extern bool WXDLLEXPORT
|
||||
wxEntryStart(HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance = NULL,
|
||||
wxCmdLineArgType pCmdLine = NULL,
|
||||
int nCmdShow = SW_SHOWNORMAL);
|
||||
|
||||
extern int WXDLLEXPORT
|
||||
wxEntry(HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance = NULL,
|
||||
|
Reference in New Issue
Block a user