mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 14:35:56 +02:00
* Patch from Sven Barth to include lazdaemonapp unit to enable streaming (bug ID #37700)
git-svn-id: trunk@63865 -
This commit is contained in:
parent
ca33492279
commit
524b0c28ed
@ -27,7 +27,7 @@ Uses
|
|||||||
{$IF FPC_FULLVERSION<20602}
|
{$IF FPC_FULLVERSION<20602}
|
||||||
{$ERROR this example requires at least fpc 2.6.2}
|
{$ERROR this example requires at least fpc 2.6.2}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
daemonapp,
|
daemonapp, lazdaemonapp,
|
||||||
sysutils
|
sysutils
|
||||||
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user