﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
172	StructureConstants.au3 - $tagREBARINFO	Zedna	Gary	"{{{
Global Const $tagREBARINFO = DllStructCreate(""uint cbSize;uint fMask;hwnd himl"")
}}}

should be

{{{
Global Const $tagREBARINFO = ""uint cbSize;uint fMask;hwnd himl""
}}}


It's used in GuiReBar.au3 --> Func _GUICtrlRebar_GetBarInfo($hWnd)

{{{
...
Local $tINFO = DllStructCreate($tagREBARINFO)
...
}}}
"	Bug	closed	3.2.11.3	Standard UDFs	3.2.10.0		Fixed		
