Re: [PATCH 2/2] includes: Fix IDirect3DSwapChain8_Present argument count.
27 Jan
2014
27 Jan
'14
10:05 a.m.
On 27 January 2014 14:41, Stefan Dösinger <stefan(a)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.
4336
Age (days ago)
4336
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet