mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
Fix a comment.
svn path=/branches/ntvdm/; revision=60791
This commit is contained in:
parent
4784c22d50
commit
da33c5532e
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ BOOLEAN DosFlushFileBuffers(WORD FileHandle)
|
|||
* FlushConsoleInputBuffer() for us.
|
||||
*/
|
||||
// if (IsConsoleHandle(Handle))
|
||||
// return (BOOLEAN)FlushConsoleInputBuffer(hFile);
|
||||
// return (BOOLEAN)FlushConsoleInputBuffer(Handle);
|
||||
// else
|
||||
return (BOOLEAN)FlushFileBuffers(Handle);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue