mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
ddraw: Avoid LPD3DLIGHTINGELEMENT.
This commit is contained in:
parent
553745e3f2
commit
09bad83c3a
@ -597,7 +597,7 @@ typedef struct _D3DLIGHT2 {
|
||||
|
||||
typedef struct _D3DLIGHTDATA {
|
||||
DWORD dwSize;
|
||||
LPD3DLIGHTINGELEMENT lpIn;
|
||||
D3DLIGHTINGELEMENT *lpIn;
|
||||
DWORD dwInSize;
|
||||
D3DTLVERTEX *lpOut;
|
||||
DWORD dwOutSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user