فهرست منبع

FIX: Show NTFS drives under Mac OS X with Paragon NTFS

Alexander Koblov 11 سال پیش
والد
کامیت
e02962d416
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/platform/udrivewatcher.pas

+ 2 - 0
src/platform/udrivewatcher.pas

@@ -941,6 +941,8 @@ end;
       Result := dtHardDisk
     else if FSType = 'exfat' then
       Result := dtHardDisk
+    else if FSType = 'ufsd_NTFS' then
+      Result := dtHardDisk
     else if FSType = 'udf' then
       Result := dtOptical
     else if FSType = 'cd9660' then