LCL, qt, fix duplicated entries in comboboxes, listboxes when compiled with recent 2.6.3

git-svn-id: trunk@43275 -
This commit is contained in:
jesus 2013-10-18 18:09:41 +00:00
parent f62bd642a5
commit 9fb861018a

View File

@ -23,7 +23,7 @@ interface
// todo: check if build macros can handle this and define it
// in package LCL instead (it's needed for several widgetsets)
{$if (FPC_FULLVERSION>=20701)}
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION=20603)}
{$define HAS_INHERITED_INSERTITEM}
{$endif}