Francois Gouget : kernel32: Export kernel32's FlushFileBuffers() implementation.

Alexandre Julliard julliard at winehq.org
Tue Feb 4 15:33:20 CST 2020


Module: wine
Branch: master
Commit: b29d9301a38426a6b76b7b73dfb3ecb0e6ca171c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b29d9301a38426a6b76b7b73dfb3ecb0e6ca171c

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb  4 12:13:54 2020 +0100

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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/kernel32.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index f9295dc3ee..47c7d63761 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -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)




More information about the wine-cvs mailing list