mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 10:40:24 +02:00
vlc: added check fpc 2.7.1
git-svn-id: trunk@39258 -
This commit is contained in:
parent
150c1c04b0
commit
ada351b171
@ -1,5 +1,9 @@
|
|||||||
unit reglazvlc;
|
unit reglazvlc;
|
||||||
|
|
||||||
|
{$IF FPC_FULLVERSION<20701}
|
||||||
|
{$ERROR needs at least FPC 2.7.1}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user