Henri Verbeet : ddraw: Avoid LPD3DLIGHTINGELEMENT.

Alexandre Julliard julliard at winehq.org
Tue Jan 8 13:58:43 CST 2013


Module: wine
Branch: master
Commit: 09bad83c3a58a3f47bb853eeaeaeeb3ea25aff7a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=09bad83c3a58a3f47bb853eeaeaeeb3ea25aff7a

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Jan  8 09:53:16 2013 +0100

ddraw: Avoid LPD3DLIGHTINGELEMENT.

---

 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;




More information about the wine-cvs mailing list