Austin English : ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.

Alexandre Julliard julliard at winehq.org
Fri Dec 20 10:45:30 CST 2013


Module: wine
Branch: master
Commit: 0dac887f48f2067f90c4556cb5b082345b0ad403
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0dac887f48f2067f90c4556cb5b082345b0ad403

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.

---

 dlls/ntdll/file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
index bdbf121..cf95cd0 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -1587,6 +1587,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