[pkg-wine-party] [wine] 126/132: ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Jan 11 22:39:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 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",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list