Changeset 51 for trunk/tunneler.lpr


Ignore:
Timestamp:
Dec 20, 2021, 6:45:12 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Removed: CoolTranslator merged into Common package.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r47 r51  
    44
    55uses
    6   {$DEFINE UseCThreads}
    7   {$IFDEF UNIX}{$IFDEF UseCThreads}
     6  {$IFDEF UNIX}
    87  cthreads, clocale,
    9   {$ENDIF}{$ENDIF}
     8  {$ENDIF}
    109  Interfaces, // this includes the LCL widgetset
    11   Forms, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils,
     10  Forms, TemplateGenerics, UPlatform, FileUtil, SysUtils,
    1211  Common,
    1312  UFormNewGame, UMainForm, UMapForm, UGameResultForm, UCore
     
    1615{$R *.res}
    1716
    18 {$IFDEF DEBUG}
     17{$if declared(UseHeapTrace)}
    1918const
    2019  HeapTraceLog = 'heaptrclog.trc';
     
    2221
    2322begin
    24   {$IFDEF DEBUG}
     23  {$if declared(UseHeapTrace)}
    2524  // Heap trace
    2625  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.