Changeset 1903
- Timestamp:
- Jun 1, 2024, 8:12:38 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1890 r1903 850 850 851 851 if (x > 1) { 852 #if 0 852 853 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 855 858 } 856 else 857 driveserial[x] = -1; 859 else 860 driveserial[x] = -1; 861 #endif 858 862 } 859 863 else {
Note:
See TracChangeset
for help on using the changeset viewer.