Module: wine Branch: stable Commit: 18175bbc8524c30d6a6e051bdfc46c817af215ac URL: http://source.winehq.org/git/wine.git/?a=commit;h=18175bbc8524c30d6a6e051bdf...
Author: Austin English austinenglish@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",