2
0
Эх сурвалжийг харах

+ MAX_PATH
+ mime properties set

git-svn-id: trunk@1191 -

florian 20 жил өмнө
parent
commit
a7d088b197

+ 1 - 1
.gitattributes

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

+ 3 - 0
rtl/linux/fpcylix.pp

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