[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    kernel32: Added a stub for FindVolumeMountPointClose
From:       Chris Wulff <crwulff () rochester ! rr ! com>
Date:       2007-10-31 0:25:58
Message-ID: 1193790358.4846.5.camel () cybertron
[Download RAW message or body]

Just filling in one more stub in kernel32.

  -- Chris Wulff

["0002-kernel32-Added-a-stub-for-FindVolumeMountPointClose.patch" (0002-kernel32-Added-a-stub-for-FindVolumeMountPointClose.patch)]

From 68922b4e008477a22227f043ccf9bab197c2ced2 Mon Sep 17 00:00:00 2001
From: crwulff <crwulff@cybertron.(none)>
Date: Tue, 30 Oct 2007 20:02:26 -0400
Subject: kernel32: Added a stub for FindVolumeMountPointClose

---
 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





[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic