paradox: added error when compiling with wrong fpc version

git-svn-id: trunk@14351 -
This commit is contained in:
mattias 2008-03-01 15:25:20 +00:00
parent 5478233071
commit 0264bb3d47

View File

@ -16,6 +16,10 @@ unit regparadox;
{$mode objfpc}{$H+}
{$IF defined(VER2_2) or (VER2_1) or (VER2_0)}
{$ERROR this package requires at least fpc 2.3.1}
{$ENDIF}
interface
uses