mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 15:19:35 +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
|
||||
rsModified = ' modified ';
|
||||
sInvalidCharSet = 'The char set in mask "%s" is not valid!';
|
||||
rsSize = ' size ';
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../fileutil.pas}
|
||||
{%MainUnit fileutil.pas}
|
||||
{------------------------------------------------------------------------------
|
||||
procedure CheckIfFileIsExecutable(const AFilename: string);
|
||||
------------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user