-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
All of the g_IsNT
logic in 7-Zip is disabled in retro7zip because Windows 95 is the intended target.
Restore NTFS metadata handling in the Win32c build:
Operating System | Year | NTFS Version | User Features |
---|---|---|---|
Windows NT 3.1 | 1993 | 1.0 | None |
Windows NT 3.5 | 1994 | 1.1 | Named Streams and Access Control Lists |
Windows NT 3.51 | 1995 | 1.1 | File Compression |
Windows NT 4.0 | 1996 | 1.2 | Security Descriptors |
Windows NT 5.0 | 2000 | 3.0 | File Encryption, Quotas, Reparse Points, and Sparse Files |
Nothing changed in NTFS after Windows 2000 that seems pertinent to 7-Zip.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request