Austin English : ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.

Alexandre Julliard julliard at winehq.org
Fri Jan 10 14:44:58 CST 2014


Module: wine
Branch: stable
Commit: 18175bbc8524c30d6a6e051bdfc46c817af215ac
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=18175bbc8524c30d6a6e051bdfc46c817af215ac

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Dec 19 17:47:02 2013 -0800

ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.

(cherry picked from commit 0dac887f48f2067f90c4556cb5b082345b0ad403)

---

 dlls/ntdll/file.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
index 6e5d2a3..f6b5622 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -1491,6 +1491,7 @@ NTSTATUS WINAPI NtFsControlFile(HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc
         status = RtlImpersonateSelf( SecurityImpersonation );
         break;
 
+    case FSCTL_IS_VOLUME_MOUNTED:
     case FSCTL_LOCK_VOLUME:
     case FSCTL_UNLOCK_VOLUME:
         FIXME("stub! return success - Unsupported fsctl %x (device=%x access=%x func=%x method=%x)\n",




More information about the wine-cvs mailing list