Commit 8a430fee authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Correct LVINSERTMARK define.

parent 558437e7
...@@ -3756,7 +3756,7 @@ typedef struct LVINSERTMARK ...@@ -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
{ {
......
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