[PATCH 2/5] ddraw: Avoid LPD3DLIGHTINGELEMENT.

Henri Verbeet hverbeet at codeweavers.com
Tue Jan 8 02:53:16 CST 2013


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

diff --git a/include/d3dtypes.h b/include/d3dtypes.h
index 59ac720..73c389f 100644
--- a/include/d3dtypes.h
+++ b/include/d3dtypes.h
@@ -597,7 +597,7 @@ typedef struct _D3DLIGHT2 {
 
 typedef struct _D3DLIGHTDATA {
   DWORD                dwSize;
-  LPD3DLIGHTINGELEMENT lpIn;
+  D3DLIGHTINGELEMENT   *lpIn;
   DWORD                dwInSize;
   D3DTLVERTEX          *lpOut;
   DWORD                dwOutSize;
-- 
1.7.8.6




More information about the wine-patches mailing list