Alistair Leslie-Hughes : include: Correct LVINSERTMARK define.

Alexandre Julliard julliard at winehq.org
Thu Aug 1 17:16:46 CDT 2019


Module: wine
Branch: master
Commit: 8a430feec4f481194da313403fe14b465a920ad0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8a430feec4f481194da313403fe14b465a920ad0

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Aug  1 03:28:55 2019 +0000

include: Correct LVINSERTMARK define.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 14d40a2..745a028 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
 {




More information about the wine-cvs mailing list