Fixes fileutil compilation in unix

git-svn-id: trunk@32945 -
This commit is contained in:
sekelsenmat 2011-10-17 12:13:17 +00:00
parent 52866ff4fe
commit 31b61b8ad5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
{%MainUnit ../fileutil.pas} {%MainUnit fileutil.pas}
{------------------------------------------------------------------------------ {------------------------------------------------------------------------------
procedure CheckIfFileIsExecutable(const AFilename: string); procedure CheckIfFileIsExecutable(const AFilename: string);
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}