mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
+ MAX_PATH
+ mime properties set git-svn-id: trunk@1191 -
This commit is contained in:
parent
291db810bd
commit
a7d088b197
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -22,6 +22,9 @@ unit fpcylix;
|
||||
|
||||
uses
|
||||
cthreads,cwstring,dynlibs;
|
||||
|
||||
const
|
||||
MAX_PATH = 4095;
|
||||
|
||||
var
|
||||
MainInstance: PtrUInt;
|
||||
|
Loading…
Reference in New Issue
Block a user