Reminder to Self (and note that Delphi <= 2007 does not reference NativeInt/NativeUInt in System.pas): [WayBack] NativeInt / NativeUInt type in various Delphi versions – twm’s blog
Just in case you are maintaining Delphi code for several older versions of Delphi: Be aware that the declarations of NativeInt and NativeUInt are wrong in some of them.
Delphi version SizeOf(Native(U)Int) Win32 SizeOf(Native(U)Int) Win64 1 to 6 not available not available 7 to 2007 8 ← this is wrongnot available 2009 to XE 4 not available XE2 to XE8 4 8 10.x 4 8
Relevant GExperts commit: [WayBack] GExperts / Code / Commit [r2399]
Via [WayBack] Just in case you are maintaining Delphi code for several older versions of Delphi: Be aware that the declarations of NativeInt and NativeUInt are wrong … – Thomas Mueller (dummzeuch) – Google+
–jeroen