[PATCH 05/10][try 2] quartz/tests: Fix interface leaks in aggregation test.

Michael Karcher wine at mkarcher.dialup.fu-berlin.de
Thu Jul 17 13:14:09 CDT 2008


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





More information about the wine-devel mailing list