Ignore:
Timestamp:
Oct 31, 2010, 9:30:56 PM (14 years ago)
Author:
george
Message:
  • Modified: In all files include directive changed to shorter form {$I 'file.inc'}.
  • Fixed: Export directory Generic as include dir.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Generic/GenericDictionary.inc

    r84 r86  
    1414{$DEFINE TGListStringConverter := TDictionaryStringConverter}
    1515{$DEFINE INTERFACE}
    16 {$INCLUDE 'GenericList.inc'}
     16{$I 'GenericList.inc'}
    1717
    1818  // TGDictionary<TGDictionaryIndex, TGPair<TGPairKey, TGPairValue>> = class(TGList)
     
    3939{$UNDEF IMPLEMENTATION}
    4040{$DEFINE IMPLEMENTATION_USES}
    41 {$INCLUDE '..\Generic\GenericList.inc'}
     41{$I '..\Generic\GenericList.inc'}
    4242
    4343{$DEFINE TGListIndex := TGDictionaryIndex}
     
    4747{$DEFINE TGListStringConverter := TDictionaryStringConverter}
    4848{$DEFINE IMPLEMENTATION}
    49 {$INCLUDE 'GenericList.inc'}
     49{$I 'GenericList.inc'}
    5050
    5151function TGDictionary.GetKey(Index: TGDictionaryIndex): TGPairKey;
Note: See TracChangeset for help on using the changeset viewer.