From 1e57a6f00cf07256bae6018ee5747551cc61355b Mon Sep 17 00:00:00 2001 From: lazarus Date: Wed, 11 Sep 2002 15:04:49 +0000 Subject: [PATCH] MG: added stringhashlist.pas git-svn-id: trunk@3326 - --- lcl/Makefile.fpc | 2 +- lcl/lcltype.pp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lcl/Makefile.fpc b/lcl/Makefile.fpc index 802185e921..44148a17ea 100644 --- a/lcl/Makefile.fpc +++ b/lcl/Makefile.fpc @@ -14,7 +14,7 @@ implicitunits=arrow actnlist buttons calendar clipbrd clistbox comctrls \ commctrl controls dialogs dynhasharray extctrls filectrl forms \ graphics graphicsmath graphtype imglist interfacebase lazqueue \ lclmemmanager lcllinux lclstrconsts lcltype lmessages lresources menus \ - messages registry spin stdctrls toolwin utrace vclglobals + messages registry spin stdctrls stringhashlist toolwin utrace vclglobals # !!! do not add interfaces. interfaces.ppu belongs to the interface(s). # and do not add allunits. It is just a dummy unit used for compiling. diff --git a/lcl/lcltype.pp b/lcl/lcltype.pp index 70fd36278c..dea62cf914 100644 --- a/lcl/lcltype.pp +++ b/lcl/lcltype.pp @@ -1,4 +1,3 @@ - { $Id$ } { /*************************************************************************** @@ -1517,6 +1516,9 @@ end. { $Log$ + Revision 1.15 2002/09/11 15:04:49 lazarus + MG: added stringhashlist.pas + Revision 1.14 2002/09/10 06:49:18 lazarus MG: scrollingwincontrol from Andrew