mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 06:09:14 +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}
|
{$IFDEF STALE_PIPE_WORKAROUND}
|
||||||
BaseUnix,
|
BaseUnix,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Classes, SysUtils, FileUtil, LazLogger, SimpleIPC, process, UTF8Process;
|
Classes, SysUtils, LazFileUtils, LazLogger, SimpleIPC, process, UTF8Process;
|
||||||
|
|
||||||
const
|
const
|
||||||
PROTOCOL_VERSION='2'; //IDE<>LHelp communication protocol version. Please update when breaking compatibility
|
PROTOCOL_VERSION='2'; //IDE<>LHelp communication protocol version. Please update when breaking compatibility
|
||||||
|
Loading…
Reference in New Issue
Block a user