urlmon: Ignore unsupported flags for CoInternetSetFeatureEnabled.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fd9d4b6232
commit
49bdb815bf
@ -536,10 +536,8 @@ static HRESULT set_internet_feature(INTERNETFEATURELIST feature, DWORD flags, BO
|
||||
if(feature >= FEATURE_ENTRY_COUNT)
|
||||
return E_FAIL;
|
||||
|
||||
if(flags & ~supported_flags) {
|
||||
if(flags & ~supported_flags)
|
||||
FIXME("Unsupported flags: %08x\n", flags & ~supported_flags);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
if(flags & SET_FEATURE_ON_PROCESS)
|
||||
set_feature_on_process(feature, enable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user