1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Units/Misc/ValistusDefines.inc
2010-03-28 17:10:00 +02:00

17 lines
251 B
PHP

//Code Insight
{$IFNDEF LINUX}
{$DEFINE ccFORMRESIZE}
{$ENDIF}
{.$DEFINE ccFORMCAPTION}
{$DEFINE ciCHECKDUPLICATES}
{$DEFINE D8_NEWER1}
{$DEFINE D9_NEWER}
{$DEFINE D10_NEWER}
{.$DEFINE D11_NEWER}
{.$DEFINE D12_NEWER}
{$IFDEF FPC}
{$H+}
{$ENDIF}