diff -r 51596d30a724 -r 22bd1099d51f project_files/hwc/rtl/pas2c.h --- a/project_files/hwc/rtl/pas2c.h Sun Dec 04 02:02:18 2016 +0100 +++ b/project_files/hwc/rtl/pas2c.h Tue Dec 06 01:05:46 2016 +0100 @@ -65,7 +65,7 @@ typedef wchar_t widechar; typedef wchar_t* PWideChar; typedef char Char; -typedef LongInt SizeInt; +typedef PtrInt SizeInt; typedef char ** PPChar; typedef Word* PWord;