1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Units/Misc/ValistusDefines.inc

17 lines
253 B
PHP
Raw Normal View History

2010-03-26 18:09:12 -04:00
//Code Insight
{$IFNDEF LINUX}
2011-02-17 13:31:54 -05:00
// {$DEFINE ccFORMRESIZE}
{$ENDIF}
{.$DEFINE ccFORMCAPTION}
2010-03-26 18:09:12 -04:00
{$DEFINE ciCHECKDUPLICATES}
{$DEFINE D8_NEWER1}
{$DEFINE D9_NEWER}
{$DEFINE D10_NEWER}
{.$DEFINE D11_NEWER}
{.$DEFINE D12_NEWER}
{$IFDEF FPC}
{$H+}
{$ENDIF}