Austin English : ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.
Module: wine Branch: master Commit: 0dac887f48f2067f90c4556cb5b082345b0ad403 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0dac887f48f2067f90c4556cb5... Author: Austin English <austinenglish(a)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",
participants (1)
-
Alexandre Julliard