[PATCH 4/4] oleaut32/tests: Add tests for IPicture::get_hPal() and IPicture::set_hPal().

Dmitry Timoshkov dmitry at baikal.ru
Mon Jul 9 07:13:59 CDT 2018


Alexandre Julliard <julliard at winehq.org> wrote:

> > +        else
> > +        {
> > +            ok(hr == E_FAIL, "%d: got %#x\n", i, hr);
> > +#ifdef _WIN64
> > +            ok(handle == 0, "%d: got %#x\n", i, handle);
> > +#else
> > +            ok(handle == 0xdeadbeef, "%d: got %#x\n", i, handle);
> > +#endif
> 
> Is there an app that depends on the behavior being different between 32
> and 64-bit?

No, I'm not aware of such an app, feel free to merge the branches. 

-- 
Dmitry.



More information about the wine-devel mailing list