Henri Verbeet : ddraw: Avoid LPD3DTLVERTEX.

Alexandre Julliard julliard at winehq.org
Thu Jan 3 13:31:14 CST 2013


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Jan  3 11:56:23 2013 +0100

ddraw: Avoid LPD3DTLVERTEX.

---

 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;
 




More information about the wine-cvs mailing list