Changeset 1903


Ignore:
Timestamp:
Jun 1, 2024, 8:12:38 PM (14 months ago)
Author:
Gregg Young
Message:

Allow no prescan drives to determine their type and file format at startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1890 r1903  
    850850
    851851      if (x > 1) {
     852#if 0
    852853        if (!(driveflags[x] & DRIVE_NOPRESCAN)) {
    853           CHAR FileSystem[CCHMAXPATH];
    854           DriveFlagsOne(x, FileSystem, NULL);
     854#endif
     855        CHAR FileSystem[CCHMAXPATH];
     856        DriveFlagsOne(x, FileSystem, NULL);
     857#if 0
    855858        }
    856         else
    857           driveserial[x] = -1;
     859        else
     860          driveserial[x] = -1;
     861#endif
    858862      }
    859863      else {
Note: See TracChangeset for help on using the changeset viewer.