mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 01:07:10 +01:00
* do not use / as DriveSeparator
git-svn-id: trunk@15454 -
This commit is contained in:
parent
790c7954b7
commit
03f52902f3
@ -28,7 +28,7 @@ const
|
||||
LineEnding = #10;
|
||||
LFNSupport = true;
|
||||
DirectorySeparator = '/';
|
||||
DriveSeparator = '/';
|
||||
DriveSeparator = '';
|
||||
ExtensionSeparator = '.';
|
||||
PathSeparator = ':';
|
||||
AllowDirectorySeparators : set of char = ['\','/'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user