On Sat, Dec 26, 2015 at 11:46 PM, Stefan Dösinger <stefandoesinger@gmail.com> wrote:

> Am 23.12.2015 um 16:46 schrieb Aaryaman Vasishta <jem456.vasishta@gmail.com>:
>
> +    file = create_bitmap("palette.bmp", 3, 39, TRUE);
> +
> +    hr = Direct3DRMCreate(&d3drm1);
> +    ok(hr == D3DRM_OK, "Cannot get IDirect3DRM interface (hr = %x)\n", hr);
> +
> +    hr = IDirect3DRM_QueryInterface(d3drm1, &IID_IDirect3DRM2, (void **)&d3drm2);
> +    ok(SUCCEEDED(hr), "Cannot get IDirect3DRM2 interface (hr = %x)\n", hr);
> +
> +    file = create_bitmap("8bpp.bmp", 100, 100, FALSE);
The first line here seems to be a leftover from the last patch version. The same applies to the V3 function
My bad, that line is definitely redundant.
Anything else before I send try 5? Hopefully that'll be the last one :)

Cheers,
Aaryaman