Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/bgrabitmap/paletteformats.inc

    r494 r521  
    9696    AStream.WriteBuffer(AValue,sizeof(AValue));
    9797  end;
    98   procedure WriteBlock(ABlockType: Int16; AContentLength: Int32);
     98  procedure WriteBlock(ABlockType: Int16; AContentLength: Int32); overload;
    9999  begin
    100100    WriteInt16(ABlockType);
     
    102102  end;
    103103
    104   procedure WriteBlock(ABlockType: Int16; AName: string; AExtraContentLength: Int32);
     104  procedure WriteBlock(ABlockType: Int16; AName: string; AExtraContentLength: Int32); overload;
    105105  var contentLength: Int32;
    106106    wideName: UnicodeString;
Note: See TracChangeset for help on using the changeset viewer.