[PATCH 03/13] include: Correct LVINSERTMARK define
Aug. 1, 2019
3:28 a.m.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/commctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/commctrl.h b/include/commctrl.h index 14d40a254d..745a0286b6 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -3756,7 +3756,7 @@ typedef struct LVINSERTMARK DWORD dwFlags; int iItem; DWORD dwReserved; -} LVINSERTMARK, *PLVINSERTMARK; +} LVINSERTMARK, *LPLVINSERTMARK; typedef struct tagTCHITTESTINFO { -- 2.17.1
2428
Age (days ago)
2428
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes