Closed zengjc123 closed 2 years ago
type {$IFDEF USE_NATIVEINT} IntDataType = NativeInt; {$ELSE} IntDataType = LongInt; {$ENDIF}
......
function Realloc(var NewCapacity: IntDataType): Pointer; override;
.....................
type {$IFDEF USE_NATIVEINT} IntDataType = NativeInt; {$ELSE} IntDataType = LongInt; {$ENDIF}
......
function Realloc(var NewCapacity: IntDataType): Pointer; override;
.....................