[PATCH 2/5] ddraw: Avoid LPD3DTLVERTEX.

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


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

diff --git a/include/d3dtypes.h b/include/d3dtypes.h
index 90f7981..59ac720 100644
--- a/include/d3dtypes.h
+++ b/include/d3dtypes.h
@@ -599,7 +599,7 @@ typedef struct _D3DLIGHTDATA {
   DWORD                dwSize;
   LPD3DLIGHTINGELEMENT lpIn;
   DWORD                dwInSize;
-  LPD3DTLVERTEX        lpOut;
+  D3DTLVERTEX          *lpOut;
   DWORD                dwOutSize;
 } D3DLIGHTDATA, *LPD3DLIGHTDATA;
 
-- 
1.7.8.6




More information about the wine-patches mailing list