Commit 06729ed7 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

ddraw: Avoid LPD3DTLVERTEX.

parent edf8058e
...@@ -599,7 +599,7 @@ typedef struct _D3DLIGHTDATA { ...@@ -599,7 +599,7 @@ typedef struct _D3DLIGHTDATA {
DWORD dwSize; DWORD dwSize;
LPD3DLIGHTINGELEMENT lpIn; LPD3DLIGHTINGELEMENT lpIn;
DWORD dwInSize; DWORD dwInSize;
LPD3DTLVERTEX lpOut; D3DTLVERTEX *lpOut;
DWORD dwOutSize; DWORD dwOutSize;
} D3DLIGHTDATA, *LPD3DLIGHTDATA; } D3DLIGHTDATA, *LPD3DLIGHTDATA;
......
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