Henri Verbeet : ddraw: Avoid LPD3DHVERTEX.

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


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

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

ddraw: Avoid LPD3DHVERTEX.

---

 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;




More information about the wine-cvs mailing list