Changeset 555 for trunk/dll/misc.c


Ignore:
Timestamp:
Mar 4, 2007, 6:01:14 AM (18 years ago)
Author:
Gregg Young
Message:

Added NTFS support (read only); minor dive icon code cleanup; update help files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r552 r555  
    350350        !stricmp(FileSystem, RAMFS) ||
    351351        !stricmp(FileSystem, NDFS32) ||
     352        !stricmp(FileSystem, NTFS) ||
    352353        !stricmp(FileSystem, HPFS386)) {
    353354      hasCreateDT = TRUE;
Note: See TracChangeset for help on using the changeset viewer.