Changeset 526 for trunk/dll/misc.c
- Timestamp:
- Nov 4, 2006, 9:57:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r489 r526 21 21 16 Aug 06 SHL Comments 22 22 31 Aug 06 SHL disable_menuitem: rework args to match name - sheesh 23 10 Oct 06 GKY Add NDFS32 support 23 24 24 25 ***********************************************************************/ … … 342 343 if (!stricmp(FileSystem, HPFS) || 343 344 !stricmp(FileSystem, JFS) || 344 !stricmp(FileSystem, FAT32) || !stricmp(FileSystem, HPFS386)) { 345 !stricmp(FileSystem, FAT32) || 346 !stricmp(FileSystem, NDFS32) || 347 !stricmp(FileSystem, HPFS386)) { 345 348 hasCreateDT = TRUE; 346 349 hasAccessDT = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.