From 09bad83c3a58a3f47bb853eeaeaeeb3ea25aff7a Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Tue, 8 Jan 2013 09:53:16 +0100 Subject: [PATCH] ddraw: Avoid LPD3DLIGHTINGELEMENT. --- include/d3dtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;