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/GenericStack.inc

    r84 r86  
    77{$DEFINE TGListStringConverter := TGStackStringConverter}
    88{$DEFINE INTERFACE}
    9 {$INCLUDE 'GenericList.inc'}
     9{$I 'GenericList.inc'}
    1010
    1111  // TGStack<TStackIndex, TStackItem> = class(TGList)
     
    2727
    2828  {$DEFINE IMPLEMENTATION_USES}
    29   {$INCLUDE '..\Generic\GenericList.inc'}
     29  {$I 'GenericList.inc'}
    3030
    3131{$UNDEF IMPLEMENTATION_USES}
     
    4040{$DEFINE TGListStringConverter := TGStackStringConverter}
    4141{$DEFINE IMPLEMENTATION}
    42 {$INCLUDE 'GenericList.inc'}
     42{$I 'GenericList.inc'}
    4343
    4444{ TGStack }
Note: See TracChangeset for help on using the changeset viewer.