Changeset 553 for trunk/dll/datamin.c


Ignore:
Timestamp:
Mar 2, 2007, 1:52:34 AM (18 years ago)
Author:
Gregg Young
Message:

Minor cleanup to new drive flags/fonts; Added help info for new flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/datamin.c

    r552 r553  
    264264      ULONG numdrives = 0;
    265265      ULONG drivestyle = (DRIVE_REMOVABLE | DRIVE_INVALID |
    266                           DRIVE_IGNORE | DRIVE_ZIPSTREAM);
     266                          DRIVE_IGNORE | DRIVE_ZIPSTREAM | DRIVE_NOSTATS);
    267267      ULONG ulDriveNum, ulDriveMap;
    268268
    269269      if (!fDataInclRemote)
    270         drivestyle |= DRIVE_REMOTE || DRIVE_VIRTUAL;
     270        drivestyle |= DRIVE_REMOTE || DRIVE_VIRTUAL || DRIVE_RAMDISK;
    271271      if (fDataShowDrives) {
    272272        DosError(FERR_DISABLEHARDERR);
Note: See TracChangeset for help on using the changeset viewer.