[quote="WILL"]
Ah, but the internal ]

I hope so!

Quote Originally Posted by WILL
What will be the IFDEFs for those? Win64 and Windows?
There obviously won't be one for 'Delphi', for obvious reasons.

Yes, the defines will be called "win64" and "windows". It might be a good idea to write:
Code:
{$ifdef win32}
{$define windows}
{$endif}
... at top of your code and use {$ifdef windows} instead in the rest of your code, so it will already be compatible with win64.