vlc: added check fpc 2.7.1

git-svn-id: trunk@39258 -
This commit is contained in:
mattias 2012-11-07 13:28:35 +00:00
parent 150c1c04b0
commit ada351b171

View File

@ -1,5 +1,9 @@
unit reglazvlc;
{$IF FPC_FULLVERSION<20701}
{$ERROR needs at least FPC 2.7.1}
{$ENDIF}
{$mode objfpc}{$H+}
interface