+ MAX_PATH

+ mime properties set

git-svn-id: trunk@1191 -
This commit is contained in:
florian 2005-09-25 15:44:26 +00:00
parent 291db810bd
commit a7d088b197
2 changed files with 4 additions and 1 deletions

2
.gitattributes vendored
View File

@ -3568,7 +3568,7 @@ rtl/linux/arm/syscallh.inc svneol=native#text/plain
rtl/linux/arm/sysnr.inc svneol=native#text/plain
rtl/linux/bunxsysc.inc svneol=native#text/plain
rtl/linux/errno.inc svneol=native#text/plain
rtl/linux/fpcylix.pp -text
rtl/linux/fpcylix.pp svneol=native#text/plain
rtl/linux/fpmake.inc svneol=native#text/plain
rtl/linux/gpm.pp svneol=native#text/plain
rtl/linux/i386/bsyscall.inc svneol=native#text/plain

View File

@ -22,6 +22,9 @@ unit fpcylix;
uses
cthreads,cwstring,dynlibs;
const
MAX_PATH = 4095;
var
MainInstance: PtrUInt;