Hi
> {$IFDEF FPC}
> {$IFDEF Windows}
> Windows,
> {$ELSE}
> LCLIntf,
> {$ENDIF}
> {$ELSE}
This should work always:
{$IFDEF FPC}
LCLIntf,
{$ELSE}
Regards,
Juha
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
