[PATCH 1/5] ddraw: Avoid LPD3DLIGHT.

Henri Verbeet hverbeet at codeweavers.com
Thu Jan 10 04:45:52 CST 2013


---
 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
 
-- 
1.7.8.6




More information about the wine-patches mailing list