mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[cmd] Emit line breaks DOS/Windows style (CRLF), instead of Linux style (LF only)
See issue #4509 for more details. svn path=/trunk/; revision=46700
This commit is contained in:
@@ -166,7 +166,7 @@ VOID ConOutChar (TCHAR c)
|
||||
VOID ConPuts(LPTSTR szText, DWORD nStdHandle)
|
||||
{
|
||||
ConWrite(szText, _tcslen(szText), nStdHandle);
|
||||
ConWrite(_T("\n"), 1, nStdHandle);
|
||||
ConWrite(_T("\r\n"), 2, nStdHandle);
|
||||
}
|
||||
|
||||
VOID ConOutResPaging(BOOL NewPage, UINT resID)
|
||||
|
||||
Reference in New Issue
Block a user