Daniƫl Mantione wrote:
> {$ifndef FPC}
> type ptruint=longword;
> {$endif}
>
> ... in order to be able to get their code to work on Win64 using FPC; this
You mean to let it compile on delphi (win32), while porting the code to
win64 using FPC. It would compile on FPC anyway.
Micha