Changeset 552 for trunk/dll/misc.c
- Timestamp:
- Mar 1, 2007, 7:24:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r551 r552 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2003, 200 6Steven H. Levine9 Copyright (c) 2003, 2007 Steven H. Levine 10 10 11 11 11 Jun 03 SHL Add JFS and FAT32 support … … 22 22 31 Aug 06 SHL disable_menuitem: rework args to match name - sheesh 23 23 10 Oct 06 GKY Add NDFS32 support 24 18 Feb 07 GKY More drive type and drive icon support 24 25 25 26 ***********************************************************************/ … … 347 348 !stricmp(FileSystem, JFS) || 348 349 !stricmp(FileSystem, FAT32) || 349 !stricmp(FileSystem, NDFS32) || !stricmp(FileSystem, HPFS386)) { 350 !stricmp(FileSystem, RAMFS) || 351 !stricmp(FileSystem, NDFS32) || 352 !stricmp(FileSystem, HPFS386)) { 350 353 hasCreateDT = TRUE; 351 354 hasAccessDT = TRUE; 352 355 hasLongNames = TRUE; 353 356 } 354 else if (!strcmp(FileSystem, CDFS) ) {357 else if (!strcmp(FileSystem, CDFS) || !strcmp(FileSystem, ISOFS)) { 355 358 hasCreateDT = TRUE; 356 359 hasAccessDT = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.