PascalGameDevelopment / SDL2-for-Pascal

Unit files for building Free Pascal and Delphi applications using the SDL2 library
https://pascalgamedevelopment.github.io/SDL2-for-Pascal/
Mozilla Public License 2.0
103 stars 20 forks source link

Update ctypes.inc for Delphi-compatibility #147

Closed SteveNew closed 3 weeks ago

SteveNew commented 3 weeks ago

Delphi has UIntPtr and IntPtr, not PtrUInt and PtrInt.

Would probably be nicer earlier in the code.

suve commented 3 weeks ago

Thanks!