Commit b29d9301 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32: Export kernel32's FlushFileBuffers() implementation.

kernel32 should export its own implementation now that it has been moved back from kernelbase. Signed-off-by: 's avatarFrancois Gouget <fgouget@free.fr> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 7039631c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment