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;
|
DWORD dwFlags;
|
||||||
int iItem;
|
int iItem;
|
||||||
DWORD dwReserved;
|
DWORD dwReserved;
|
||||||
} LVINSERTMARK, *PLVINSERTMARK;
|
} LVINSERTMARK, *LPLVINSERTMARK;
|
||||||
|
|
||||||
typedef struct tagTCHITTESTINFO
|
typedef struct tagTCHITTESTINFO
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue