]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
made wxUSE_UNICODE=1 the default
[wxWidgets.git] / include / wx / msw / app.h
index d43d6a20cb15a78cd1739c54bfc4ea711d83bd3f..754dc8f39b9f582e7290cdb015da9a70f41b574a 100644 (file)
@@ -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,