mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
urlmon: Fix return value from QueryService.
This commit is contained in:
parent
5be7064d90
commit
3e10d4e90d
@ -1373,7 +1373,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface,
|
||||
}
|
||||
|
||||
WARN("unknown service %s\n", debugstr_guid(guidService));
|
||||
return E_NOTIMPL;
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
#undef SERVPROV_THIS
|
||||
|
Loading…
Reference in New Issue
Block a user