mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 08:19:29 +02:00
Fixes fileutil compilation in unix
git-svn-id: trunk@32945 -
This commit is contained in:
parent
52866ff4fe
commit
31b61b8ad5
@ -30,6 +30,7 @@ interface
|
|||||||
resourceString
|
resourceString
|
||||||
rsModified = ' modified ';
|
rsModified = ' modified ';
|
||||||
sInvalidCharSet = 'The char set in mask "%s" is not valid!';
|
sInvalidCharSet = 'The char set in mask "%s" is not valid!';
|
||||||
|
rsSize = ' size ';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../fileutil.pas}
|
{%MainUnit fileutil.pas}
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
procedure CheckIfFileIsExecutable(const AFilename: string);
|
procedure CheckIfFileIsExecutable(const AFilename: string);
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user