From aa539479c4e9fc8f78ff1d7c17ce36ccd7c1785b Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 22 Dec 2017 15:33:04 +0000 Subject: [PATCH] Added LVM_GETITEMTEXT to fix the 3rd-party CommCtrl.nsh header git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6961 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/WinMessages.nsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Include/WinMessages.nsh b/Include/WinMessages.nsh index 8ee5d41e..08c038aa 100644 --- a/Include/WinMessages.nsh +++ b/Include/WinMessages.nsh @@ -659,6 +659,7 @@ TVM Tree-view control !define /math LVM_SETCOLUMNWIDTH ${LVM_FIRST} + 30 !define /math LVM_SETITEMSTATE ${LVM_FIRST} + 43 !define /math LVM_GETITEMSTATE ${LVM_FIRST} + 44 +!define /math LVM_GETITEMTEXTA ${LVM_FIRST} + 45 !define /math LVM_SETITEMTEXTA ${LVM_FIRST} + 46 !define /math LVM_SETITEMCOUNT ${LVM_FIRST} + 47 !define /math LVM_SORTITEMS ${LVM_FIRST} + 48 @@ -668,12 +669,14 @@ TVM Tree-view control !define /math LVM_SETITEMW ${LVM_FIRST} + 76 !define /math LVM_INSERTITEMW ${LVM_FIRST} + 77 !define /math LVM_INSERTCOLUMNW ${LVM_FIRST} + 97 +!define /math LVM_GETITEMTEXTW ${LVM_FIRST} + 115 !define /math LVM_SETITEMTEXTW ${LVM_FIRST} + 116 !define /math LVM_SETSELECTEDCOLUMN ${LVM_FIRST} + 140 ${_NSIS_DEFAW} LVM_GETITEM ${_NSIS_DEFAW} LVM_SETITEM ${_NSIS_DEFAW} LVM_INSERTITEM ${_NSIS_DEFAW} LVM_INSERTCOLUMN +${_NSIS_DEFAW} LVM_GETITEMTEXT ${_NSIS_DEFAW} LVM_SETITEMTEXT #Status bar window#