PLongInt sollte es schon ewig geben (mindestens einstellige Delphis)
Delphi-Quellcode:
{$IF Declared(PLongInt)}
type PLongInt = ^Integer;
{$IFEND}
Sowas gnge zwar auch, aber wäre hier eh bissl nutzlos, da LongInt schon lange vor den ConditionalDefines erfunden worden sein sollte.
Aber will man das PLong nicht umbenennen, dann halt
type PLong = PLongInt;
.
LONG ist ja das, was in Delphi LongInt heißt.