Changeset 70 for trunk/dll/treecnr.c
- Timestamp:
- Nov 5, 2003, 2:18:25 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r36 r70 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 2Steven H.Levine9 Copyright (c) 2001, 2003 Steven H.Levine 10 10 11 11 Revisions 16 Oct 02 SHL - Handle large partitions 12 11 Jun 03 SHL - Add JFS and FAT32 support 12 13 13 14 ***********************************************************************/ … … 1835 1836 1836 1837 case CN_ENTER: 1837 if(mp2) {1838 1838 if(mp2) 1839 { 1839 1840 PCNRITEM pci = (PCNRITEM)((PNOTIFYRECORDENTER)mp2)->pRecord; 1840 1841 … … 2041 2042 DRIVE_NOTWRITEABLE | 2042 2043 DRIVE_CDROM); 2043 if(strcmp(FileSystem,HPFS) && strcmp(FileSystem,CDFS) && 2044 strcmp(FileSystem,HPFS386)) 2044 if (strcmp(FileSystem,HPFS) && 2045 strcmp(FileSystem,JFS) && 2046 strcmp(FileSystem,CDFS) && 2047 strcmp(FileSystem,FAT32) && 2048 strcmp(FileSystem,HPFS386)) 2049 { 2045 2050 driveflags[x] |= DRIVE_NOLONGNAMES; 2051 } 2046 2052 if(!strcmp(FileSystem,CBSIFS)) { 2047 2053 driveflags[x] |= DRIVE_ZIPSTREAM;
Note:
See TracChangeset
for help on using the changeset viewer.