On 27 January 2014 14:41, Stefan Dösinger stefan@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.