WinCE fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -635,7 +635,10 @@ bool wxLaunchDefaultBrowser(const wxString& url)
|
||||
sei.hIcon = NULL;
|
||||
sei.hInstApp = NULL;
|
||||
sei.hkeyClass = NULL;
|
||||
// Not in WinCE
|
||||
#if 0
|
||||
sei.hMonitor = NULL;
|
||||
#endif
|
||||
sei.hProcess = NULL;
|
||||
sei.hwnd = NULL;
|
||||
sei.lpClass = NULL;
|
||||
|
Reference in New Issue
Block a user