shell32: Forward IExtractIconA::Release to IExtractIconW:Release.
This commit is contained in:
parent
5718c0bc22
commit
725db4d19d
|
@ -440,7 +440,7 @@ static ULONG WINAPI IExtractIconA_fnRelease(IExtractIconA * iface)
|
|||
{
|
||||
IExtractIconW *This = impl_from_IExtractIconA(iface);
|
||||
|
||||
return IExtractIconW_AddRef(This);
|
||||
return IExtractIconW_Release(This);
|
||||
}
|
||||
/**************************************************************************
|
||||
* IExtractIconA_GetIconLocation
|
||||
|
|
Loading…
Reference in New Issue