mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
ddraw: Avoid LPD3DLIGHT.
This commit is contained in:
parent
777f349829
commit
b76a4700fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue