mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +02:00
lhelp: fixed compilation
git-svn-id: trunk@49854 -
This commit is contained in:
parent
a0e37c6b04
commit
8da7ce5038
@ -22,7 +22,7 @@ uses
|
||||
{$IFDEF STALE_PIPE_WORKAROUND}
|
||||
BaseUnix,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, FileUtil, LazLogger, SimpleIPC, process, UTF8Process;
|
||||
Classes, SysUtils, LazFileUtils, LazLogger, SimpleIPC, process, UTF8Process;
|
||||
|
||||
const
|
||||
PROTOCOL_VERSION='2'; //IDE<>LHelp communication protocol version. Please update when breaking compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user