- remark that Longhorn uses the same NTFS 3.1 format as XP and W2K3

This commit is contained in:
szaka 2005-05-10 16:44:58 +00:00
parent 1a5e15bb5b
commit 16ffe6063d
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ typedef enum {
* NTFS version 1.1 and 1.2 are used by Windows NT4.
* NTFS version 2.x is used by Windows 2000 Beta
* NTFS version 3.0 is used by Windows 2000.
* NTFS version 3.1 is used by Windows XP and Windows Server 2003.
* NTFS version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
*/
#define NTFS_V1_1(major, minor) ((major) == 1 && (minor) == 1)

View File

@ -1183,7 +1183,7 @@ int ntfs_check_if_mounted(const char *file __attribute__((unused)),
* Version 1.1 and 1.2 are used by Windows NT3.x and NT4.
* Version 2.x is used by Windows 2000 Betas.
* Version 3.0 is used by Windows 2000.
* Version 3.1 is used by Windows XP and Windows Server 2003.
* Version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
*
* Return 0 if NTFS version is supported otherwise -1 with errno set.
*