Am Donnerstag, den 17.07.2008, 20:24 +0300 schrieb Alexander Dorofeyev:
> + do
> + {
> + hr = IUnknown_Release(pUnkInner);
> + } while (hr);
Release returns a ULONG, not a HRESULT. Do we ignore the difference in
Wine?
Regards,
Michael Karcher