﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
776	$LVM_GETITEM missing in ListViewConstants.au3	Zedna	Gary	"There is 

{{{
Global Const $LVM_GETITEMA = ($LVM_FIRST + 5)
Global Const $LVM_GETITEMW = ($LVM_FIRST + 75)
}}}

but in  TreeViewConstants.au3 there is

{{{
Global Const $TVM_GETITEMA = $TV_FIRST + 12
Global Const $TVM_GETITEM = $TVM_GETITEMA
}}}


So I think it should be in the same way in all UDFs.

so add to ListViewConstants.au3

{{{
Global Const $LVM_GETITEM = $LVM_GETITEMA
}}}

In the same way should be corrected also other constants.
"	Bug	closed		Standard UDFs	3.2.12.1	None	No Bug		
