﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
189	#Include Conflict: Constants.au3 + ScrollBarConstants.au3 = Duplicates	Saunders <admin@…>	Gary	"{{{
#include <Constants.au3>
#include <ScrollBarConstants.au3>
}}}

{{{
C:\PROGRA~1\AutoIt3\Include\ScrollBarConstants.au3 (45) : ==> Can not redeclare a constant.:
Global Const $OBJID_HSCROLL = 0xFFFFFFFA
Global Const ^ ERROR
}}}

They both set $OBJID_HSCROLL, $OBJID_VSCROLL, and $OBJID_CLIENT. Lines 273-275 in Constants.au3 and lines 45-47 in ScrollBarConstants.au3

I noticed this when I went to use _GUICtrlEdit_Scroll(), and so included ScrollBarConstants.au3, but already had Constants.au3 included for other purposes. For now I'm just declaring the particular constants I need and not including the scrollbar file."	Bug	closed	3.2.11.6	AutoIt	Other		Fixed		
