Changeset 527 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Nov 4, 2006, 9:58:45 PM (19 years ago)
Author:
root
Message:

31 Aug 06 JS Add more partitioning menu items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r472 r527  
    1 
    21/***********************************************************************
    32
     
    2019  15 Aug 06 SHL Rework SetMask args
    2120  31 Aug 06 JS  Add more partitioning menu items
     21  22 OCT o6 GKY Add NDFS32 support
    2222
    2323***********************************************************************/
     
    20602060                                  DRIVE_NOLOADLONGS | DRIVE_INCLUDEFILES |
    20612061                                  DRIVE_SLOW);
     2062
    20622063                if(removable == 1)
    20632064                  driveflags[x] |= DRIVE_REMOVABLE;
     
    20722073                    strcmp(FileSystem,CDFS) &&
    20732074                    strcmp(FileSystem,FAT32) &&
     2075                    strcmp(FileSystem,NDFS32) &&
    20742076                    strcmp(FileSystem,HPFS386))
    20752077                {
     
    20822084                if(driveflags[x] & DRIVE_CDROM)
    20832085                  pciP->rc.hptrIcon = hptrCDROM;
     2086
    20842087                else
    20852088                  pciP->rc.hptrIcon = (driveflags[x] & DRIVE_REMOVABLE) ?
Note: See TracChangeset for help on using the changeset viewer.