mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 10:20:53 +01:00
lazdbexport: added check for FPC 2.3.1
git-svn-id: trunk@12805 -
This commit is contained in:
parent
4ab12c4d29
commit
8748812f81
@ -17,6 +17,10 @@ unit regdbexport;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
{$IFNDEF VER2_3}
|
||||||
|
{$ERROR this package requires FPC version 2.3.1}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user