1
0
mirror of synced 2024-11-14 16:33:54 +00:00
unitswitcher/Source/UnSwDefines.inc

8 lines
249 B
PHP

// Lowest supprted version is Delphi 7. It lacks some OTA functionality
// in comparison to Delphi 2006. Note that UnitSwitcher has not been tested
// on any other Delphi version!
{$UNDEF DELPHI7}
{$IFDEF VER150}
{$DEFINE DELPHI7}
{$ENDIF}