[PATCH 2/2] includes: Fix IDirect3DSwapChain8_Present argument count.

Henri Verbeet hverbeet at gmail.com
Mon Jan 27 10:05:42 CST 2014


On 27 January 2014 14:41, Stefan Dösinger <stefan at codeweavers.com> wrote:
> -#define IDirect3DSwapChain8_Present(p,a,b,c)             (p)->lpVtbl->Present(p,a,b,c)
> +#define IDirect3DSwapChain8_Present(p,a,b,c,d)           (p)->lpVtbl->Present(p,a,b,c,d)
I think you should fix the C++ version as well.



More information about the wine-devel mailing list