Francois Gouget : ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for supermount filesystems.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 25 04:16:45 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 5d51d4c87b07691bc63897cf547a94ae13395aad
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5d51d4c87b07691bc63897cf547a94ae13395aad

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May 25 02:18:45 2006 +0200

ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for supermount filesystems.

---

 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 a0333c3..c976794 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -1579,6 +1579,7 @@ #if defined(linux) && defined(HAVE_FSTAT
         switch (stfs.f_type)
         {
         case 0x9660:      /* iso9660 */
+        case 0x9fa1:      /* supermount */
         case 0x15013346:  /* udf */
             info->DeviceType = FILE_DEVICE_CD_ROM_FILE_SYSTEM;
             info->Characteristics |= FILE_REMOVABLE_MEDIA|FILE_READ_ONLY_DEVICE;




More information about the wine-cvs mailing list