[Lazarus] IFDEF for both Windows and WinCE
Marco van de Voort
marcov at stack.nl
Thu Nov 12 09:21:32 CET 2009
On Thu, Nov 12, 2009 at 08:58:53AM +0200, Graeme Geldenhuys wrote:
> Does the following IFDEF cover both Windows and WinCE platforms?
>
> {$IFDEF MSWINDOWS}
> ...
> {$ENDIF}
As far as I can see it (*), CE does define windows and does not define mswindows.
(*) for quick lookup of such details, have a look at the platform
definitions in compiler/systems/i_*
More information about the Lazarus
mailing list