mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 05:40:28 +02:00
+ some dummy consts for the file io
git-svn-id: branches/z80@45030 -
This commit is contained in:
parent
4c5f095422
commit
91eeb82e5a
@ -110,6 +110,20 @@ implementation
|
||||
|
||||
{$ifdef FULL_RTL}
|
||||
|
||||
const
|
||||
LineEnding = #13#10;
|
||||
{ LFNSupport is a variable here, defined below!!! }
|
||||
DirectorySeparator = '\';
|
||||
DriveSeparator = ':';
|
||||
ExtensionSeparator = '.';
|
||||
PathSeparator = ';';
|
||||
AllowDirectorySeparators : set of char = ['\','/'];
|
||||
AllowDriveSeparators : set of char = [':'];
|
||||
{ FileNameCaseSensitive and FileNameCasePreserving are defined separately below!!! }
|
||||
maxExitCode = 255;
|
||||
MaxPathLen = 256;
|
||||
|
||||
|
||||
{$I system.inc}
|
||||
{$I tinyheap.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user