jcf: use NativeLineFeed

git-svn-id: trunk@17820 -
This commit is contained in:
paul 2008-12-13 01:42:09 +00:00
parent be51dda640
commit af104c35a9

View File

@ -80,7 +80,7 @@ const
PathSeparator = '\';
{$ENDIF MSWINDOWS}
{$IFDEF UNIX}
NativeLineBreak = AnsiLineFeed;
NativeLineBreak = NativeLineFeed;
PathSeparator = '/';
{$ENDIF UNIX}
DirDelimiter = PathSeparator;