ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
413 stars 160 forks source link

Support 11.0 or 11.1 code #69

Closed zengjc123 closed 2 years ago

zengjc123 commented 2 years ago

type {$IFDEF USE_NATIVEINT} IntDataType = NativeInt; {$ELSE} IntDataType = LongInt; {$ENDIF}

......

function Realloc(var NewCapacity: IntDataType): Pointer; override;

.....................