[PATCH 03/13] include: Correct LVINSERTMARK define

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Jul 31 22:28:55 CDT 2019


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at 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




More information about the wine-devel mailing list