kernel32: Export kernel32's FlushFileBuffers() implementation.

kernel32 should export its own implementation now that it has been
moved back from kernelbase.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-02-04 12:13:54 +01:00 committed by Alexandre Julliard
parent 7039631c78
commit b29d9301a3
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@
@ stdcall -import FlsGetValue(long)
@ stdcall -import FlsSetValue(long ptr)
@ stdcall FlushConsoleInputBuffer(long)
@ stdcall -import FlushFileBuffers(long)
@ stdcall FlushFileBuffers(long) KERNEL32_FlushFileBuffers
@ stdcall -import FlushInstructionCache(long long long)
@ stdcall FlushProcessWriteBuffers()
@ stdcall -import FlushViewOfFile(ptr long)