Commit 09bad83c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

ddraw: Avoid LPD3DLIGHTINGELEMENT.

parent 553745e3
......@@ -597,7 +597,7 @@ typedef struct _D3DLIGHT2 {
typedef struct _D3DLIGHTDATA {
DWORD dwSize;
LPD3DLIGHTINGELEMENT lpIn;
D3DLIGHTINGELEMENT *lpIn;
DWORD dwInSize;
D3DTLVERTEX *lpOut;
DWORD dwOutSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment