mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:40:36 +02:00
db export components: remove compiler version restrictions, it compiles with fpc 2.2.2 and later
git-svn-id: trunk@16428 -
This commit is contained in:
parent
b6a7783f29
commit
5bad71b73e
@ -17,10 +17,6 @@ unit regdbexport;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
{$IF defined(VER2_0) or defined(VER2_1) or defined(VER2_2)}
|
|
||||||
{$ERROR this package requires at least FPC version 2.3.1}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user