1
0
mirror of synced 2024-11-15 00:43:50 +00:00
unitswitcher/Source/BaseSwDefines.inc

17 lines
400 B
PHP
Raw Permalink Normal View History

2006-05-23 19:33:05 +00:00
// Lowest supprted version is Delphi 6. It lacks some OTA functionality
// in comparison to Delphi 2006. Note that UnitSwitcher has not been tested
// on any other Delphi version!
2006-05-23 19:33:05 +00:00
{$UNDEF DELPHI6}
{$UNDEF DELPHI7}
2006-05-23 19:33:05 +00:00
{$UNDEF DELPHI7ORLOWER}
{$IFDEF VER140}
{$DEFINE DELPHI6}
{$DEFINE DELPHI7ORLOWER}
{$ENDIF}
{$IFDEF VER150}
{$DEFINE DELPHI7}
2006-05-23 19:33:05 +00:00
{$DEFINE DELPHI7ORLOWER}
{$ENDIF}