--- ../scptools/source/linker/searchcache.hxx.orig Thu Mar 27 23:21:09 2003 +++ ../scptools/source/linker/searchcache.hxx Thu Mar 27 23:21:40 2003 @@ -72,11 +72,11 @@ // types /////////////////////////////////////////////////////////////////////////////// -DECLARE_LIST( FileList, ByteString* ) +DECLARE_LIST( SCacheFileList, ByteString* ) struct Include { ByteString aBaseDir; - FileList aFileLst; + SCacheFileList aFileLst; }; DECLARE_LIST( IncludeList, Include* ) --- ../scptools/source/linker/searchcache.cxx.orig Thu Mar 27 23:23:04 2003 +++ ../scptools/source/linker/searchcache.cxx Thu Mar 27 23:23:51 2003 @@ -218,7 +218,7 @@ rPath += aDelim; } -void ScanFileList( const ByteString& rPath, FileList& rLst ) +void ScanFileList( const ByteString& rPath, SCacheFileList& rLst ) { Dir aFiles( rPath, FSYS_KIND_FILE ); for( USHORT i = 0; i < aFiles.Count(); ++i )