[PATCH 1/5] ddraw: Avoid LPD3DHVERTEX.

Henri Verbeet hverbeet at codeweavers.com
Thu Jan 3 04:56:22 CST 2013


---
 include/d3dtypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/d3dtypes.h b/include/d3dtypes.h
index d51af11..90f7981 100644
--- a/include/d3dtypes.h
+++ b/include/d3dtypes.h
@@ -472,7 +472,7 @@ typedef struct _D3DTRANSFORMDATA {
   DWORD           dwInSize;
   LPVOID          lpOut;
   DWORD           dwOutSize;
-  LPD3DHVERTEX    lpHOut;
+  D3DHVERTEX      *lpHOut;
   DWORD           dwClip;
   DWORD           dwClipIntersection;
   DWORD           dwClipUnion;
-- 
1.7.8.6




More information about the wine-patches mailing list