- Timestamp:
 - Nov 4, 2006, 9:58:45 PM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/treecnr.c (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/treecnr.c
r472 r527 1 2 1 /*********************************************************************** 3 2 … … 20 19 15 Aug 06 SHL Rework SetMask args 21 20 31 Aug 06 JS Add more partitioning menu items 21 22 OCT o6 GKY Add NDFS32 support 22 22 23 23 ***********************************************************************/ … … 2060 2060 DRIVE_NOLOADLONGS | DRIVE_INCLUDEFILES | 2061 2061 DRIVE_SLOW); 2062 2062 2063 if(removable == 1) 2063 2064 driveflags[x] |= DRIVE_REMOVABLE; … … 2072 2073 strcmp(FileSystem,CDFS) && 2073 2074 strcmp(FileSystem,FAT32) && 2075 strcmp(FileSystem,NDFS32) && 2074 2076 strcmp(FileSystem,HPFS386)) 2075 2077 { … … 2082 2084 if(driveflags[x] & DRIVE_CDROM) 2083 2085 pciP->rc.hptrIcon = hptrCDROM; 2086 2084 2087 else 2085 2088 pciP->rc.hptrIcon = (driveflags[x] & DRIVE_REMOVABLE) ?  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  