mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
Remove SEE_MASK_FLAG_NO_UI for better Windows 10 compatibility.
This commit is contained in:
@@ -244,8 +244,7 @@ nsMIMEInfoWin::LoadUriInternal(nsIURI * aURL)
|
||||
SHELLEXECUTEINFOW sinfo;
|
||||
memset(&sinfo, 0, sizeof(sinfo));
|
||||
sinfo.cbSize = sizeof(sinfo);
|
||||
sinfo.fMask = SEE_MASK_FLAG_DDEWAIT |
|
||||
SEE_MASK_FLAG_NO_UI;
|
||||
sinfo.fMask = SEE_MASK_FLAG_DDEWAIT;
|
||||
sinfo.hwnd = nullptr;
|
||||
sinfo.lpVerb = (LPWSTR)&cmdVerb;
|
||||
sinfo.nShow = SW_SHOWNORMAL;
|
||||
|
||||
Reference in New Issue
Block a user