Changeset 1544 for trunk/dll/valid.c
- Timestamp:
- Sep 30, 2010, 3:00:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1498 r1544 79 79 PCSZ ISOFS = "ISOFS"; 80 80 PCSZ FAT32 = "FAT32"; 81 PCSZ FAT = "FAT"; 81 82 PCSZ HPFS386 = "HPFS386"; 82 83 PCSZ CBSIFS = "CBSIFS"; … … 803 804 } 804 805 if ((!strcmp(FileSystem, HPFS) || 806 !strcmp(FileSystem, FAT) || 805 807 !strcmp(FileSystem, JFS) || 806 808 !strcmp(FileSystem, FAT32) ||
Note:
See TracChangeset
for help on using the changeset viewer.