mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:43:14 +02:00
hide FileUtil in the JCFHelp from the Lazarus/Freepascal
git-svn-id: trunk@17916 -
This commit is contained in:
parent
6116a9aab3
commit
a1f5d77faa
@ -72,7 +72,7 @@ const
|
||||
implementation
|
||||
|
||||
uses
|
||||
{$ifndef fpc}Windows, {$endif}SysUtils, FileUtils, Forms;
|
||||
{$ifndef fpc}Windows, FileUtils,{$endif}SysUtils, Forms;
|
||||
|
||||
function GetHelpFilePath: string;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user