Henri Verbeet : ddraw: Avoid LPD3DLIGHT.

Alexandre Julliard julliard at winehq.org
Thu Jan 10 13:36:12 CST 2013


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Jan 10 11:45:52 2013 +0100

ddraw: Avoid LPD3DLIGHT.

---

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

diff --git a/include/d3d.h b/include/d3d.h
index ba860a4..032040e 100644
--- a/include/d3d.h
+++ b/include/d3d.h
@@ -410,8 +410,8 @@ DECLARE_INTERFACE_(IDirect3DLight,IUnknown)
     STDMETHOD_(ULONG,Release)(THIS) PURE;
     /*** IDirect3DLight methods ***/
     STDMETHOD(Initialize)(THIS_ IDirect3D *d3d) PURE;
-    STDMETHOD(SetLight)(THIS_ LPD3DLIGHT lpLight) PURE;
-    STDMETHOD(GetLight)(THIS_ LPD3DLIGHT lpLight) PURE;
+    STDMETHOD(SetLight)(THIS_ D3DLIGHT *data) PURE;
+    STDMETHOD(GetLight)(THIS_ D3DLIGHT *data) PURE;
 };
 #undef INTERFACE
 




More information about the wine-cvs mailing list