Changeset 123 for trunk/ZdechovNET.lpr


Ignore:
Timestamp:
Jul 24, 2020, 11:06:31 PM (4 years ago)
Author:
chronos
Message:
  • Added: IPTV channels for channel packages.
  • Added: Used network interfaces specification document.
  • Modified: Updated IPTV manual.
  • Fixed: Build under Lazarus 2.0.10.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ZdechovNET.lpr

    r115 r123  
    55uses
    66  {$IFDEF UNIX}
    7   cthreads,
     7  cthreads, clocale,
    88  {$ENDIF}
    99  UUtils, USqlDatabase, SysUtils, Contnrs, Forms,
     
    1212  UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp;
    1313
    14 {$IFDEF DEBUG}
     14{$if declared(UseHeapTrace)}
    1515const
    1616  HeapTraceLog = 'heaptrclog.trc';
     
    1818
    1919begin
    20   {$IFDEF DEBUG}
    21   // Heap trace
     20  {$if declared(UseHeapTrace)}
    2221  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2322  //SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.