mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
jcf: use NativeLineFeed
git-svn-id: trunk@17820 -
This commit is contained in:
parent
be51dda640
commit
af104c35a9
@ -80,7 +80,7 @@ const
|
||||
PathSeparator = '\';
|
||||
{$ENDIF MSWINDOWS}
|
||||
{$IFDEF UNIX}
|
||||
NativeLineBreak = AnsiLineFeed;
|
||||
NativeLineBreak = NativeLineFeed;
|
||||
PathSeparator = '/';
|
||||
{$ENDIF UNIX}
|
||||
DirDelimiter = PathSeparator;
|
||||
|
Loading…
Reference in New Issue
Block a user