Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • GraphicTest/Platform.pas

    r572 r573  
    1 unit UPlatform;
    2 
    3 {$mode delphi}{$H+}
     1unit Platform;
    42
    53interface
     
    7169finalization
    7270
    73 NowPreciseLock.Free;
     71FreeAndNil(NowPreciseLock);
    7472
    7573end.
Note: See TracChangeset for help on using the changeset viewer.