kernel32: Added a stub for FindVolumeMountPointClose

crwulff (none) crwulff at cybertron.
Tue Oct 30 19:02:26 CDT 2007


---
 dlls/kernel32/kernel32.spec |    2 +-
 dlls/kernel32/volume.c      |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index 1032b01..fe98670 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -387,7 +387,7 @@
 @ stdcall FindResourceExW(long wstr wstr long)
 @ stdcall FindResourceW(long wstr wstr)
 @ stub FindVolumeClose
-@ stub FindVolumeMountPointClose
+@ stdcall FindVolumeMountPointClose(ptr)
 @ stdcall FlushConsoleInputBuffer(long)
 @ stdcall FlushFileBuffers(long)
 @ stdcall FlushInstructionCache(long long long)
diff --git a/dlls/kernel32/volume.c b/dlls/kernel32/volume.c
index 0f4c5da..c6824fc 100644
--- a/dlls/kernel32/volume.c
+++ b/dlls/kernel32/volume.c
@@ -1406,3 +1406,13 @@ HANDLE WINAPI FindFirstVolumeMountPointW(LPCWSTR root, LPWSTR mount_point, DWORD
     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
     return INVALID_HANDLE_VALUE;
 }
+
+/***********************************************************************
+ *           FindVolumeMountPointClose   (KERNEL32.@)
+ */
+BOOL WINAPI FindVolumeMountPointClose(HANDLE h)
+{
+    FIXME("(%p), stub!\n", h);
+
+    return TRUE;
+}
-- 
1.5.2.5


--=-lBiYnRfgE4+Dyiw+6tme--




More information about the wine-patches mailing list