소스 검색

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