include: Correct LVINSERTMARK define.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
558437e73b
commit
8a430feec4
|
@ -3756,7 +3756,7 @@ typedef struct LVINSERTMARK
|
|||
DWORD dwFlags;
|
||||
int iItem;
|
||||
DWORD dwReserved;
|
||||
} LVINSERTMARK, *PLVINSERTMARK;
|
||||
} LVINSERTMARK, *LPLVINSERTMARK;
|
||||
|
||||
typedef struct tagTCHITTESTINFO
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue