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

Stefan Dösinger stefan at codeweavers.com
Mon Jan 27 07:41:48 CST 2014


---
 include/d3d8.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3d8.h b/include/d3d8.h
index dcc25f1..c91714c 100644
--- a/include/d3d8.h
+++ b/include/d3d8.h
@@ -265,7 +265,7 @@ DECLARE_INTERFACE_(IDirect3DSwapChain8,IUnknown)
 #define IDirect3DSwapChain8_AddRef(p)                    (p)->lpVtbl->AddRef(p)
 #define IDirect3DSwapChain8_Release(p)                   (p)->lpVtbl->Release(p)
 /*** IDirect3DSwapChain8 methods ***/
-#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)
 #define IDirect3DSwapChain8_GetBackBuffer(p,a,b,c)       (p)->lpVtbl->GetBackBuffer(p,a,b,c)
 #else
 /*** IUnknown methods ***/
-- 
1.8.3.2




More information about the wine-patches mailing list