mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
STDCALL
|
||||||
NtFlushWriteBuffer(VOID)
|
NtFlushWriteBuffer(VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
KeFlushWriteBuffer();
|
||||||
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Reference in a new issue