diff --git a/include/d3dtypes.h b/include/d3dtypes.h index 59ac720c835..73c389f52c8 100644 --- a/include/d3dtypes.h +++ b/include/d3dtypes.h @@ -597,7 +597,7 @@ typedef struct _D3DLIGHT2 { typedef struct _D3DLIGHTDATA { DWORD dwSize; - LPD3DLIGHTINGELEMENT lpIn; + D3DLIGHTINGELEMENT *lpIn; DWORD dwInSize; D3DTLVERTEX *lpOut; DWORD dwOutSize;