mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:00:38 +02:00
examples: cleandirs: error for fpc version
git-svn-id: trunk@38139 -
This commit is contained in:
parent
0545a2c8ec
commit
6b7862901b
@ -24,6 +24,9 @@ Uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
{$IF FPC_FULLVERSION<20701}
|
||||
{$ERROR this example requires at least fpc 2.7.1}
|
||||
{$ENDIF}
|
||||
daemonapp,
|
||||
sysutils
|
||||
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
||||
|
Loading…
Reference in New Issue
Block a user