mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Implmented NtFlushWriteBuffer()
svn path=/trunk/; revision=1378
This commit is contained in:
parent
619ad3483b
commit
beaf6eac44
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ NTSTATUS
|
|||
STDCALL
|
||||
NtFlushWriteBuffer(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
KeFlushWriteBuffer();
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
|
|
Loading…
Reference in a new issue