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:
parent
7039631c78
commit
b29d9301a3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue