Ignore:
Timestamp:
Apr 17, 2019, 10:42:18 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated Graphics32 library.
Location:
GraphicTest/Packages/Graphics32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/Graphics32

    • Property svn:ignore set to
      lib
  • GraphicTest/Packages/Graphics32/GR32_Bindings.pas

    r450 r522  
    8080    procedure Clear;
    8181
    82     procedure Add(FunctionID: Integer; Proc: Pointer; CPUFeatures: TCPUFeatures = []; Flags: Integer = 0);
     82    procedure Add(FunctionID: Integer; Proc: Pointer; CPUFeatures: TCPUFeatures = [];
     83      Flags: Integer = 0);
    8384
    8485    // function rebinding support
     
    116117    Registers := TList.Create;
    117118  Result := TFunctionRegistry.Create;
     119  {$IFDEF NEXTGEN}
     120  Result.__ObjAddRef;
     121  {$ENDIF}
    118122  Result.Name := Name;
    119123  Registers.Add(Result);
Note: See TracChangeset for help on using the changeset viewer.