]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
if we return GetSize() from DoGetBestSize(), remember it as min size as well to preve...
[wxWidgets.git] / src / common / utilscmn.cpp
index f1f0d922020161165dc2787fc5edd7b0b7a19715..8bb3fcd9828b168a830bfe0dd36be814cfe721da 100644 (file)
@@ -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;