Changeset 1544 for trunk/dll/valid.c


Ignore:
Timestamp:
Sep 30, 2010, 3:00:59 PM (15 years ago)
Author:
Gregg Young
Message:

Changes to fopen and _fsopen to allow FM2 to be loaded in high memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1498 r1544  
    7979PCSZ ISOFS = "ISOFS";
    8080PCSZ FAT32 = "FAT32";
     81PCSZ FAT = "FAT";
    8182PCSZ HPFS386 = "HPFS386";
    8283PCSZ CBSIFS = "CBSIFS";
     
    803804  }
    804805  if ((!strcmp(FileSystem, HPFS) ||
     806       !strcmp(FileSystem, FAT) ||
    805807       !strcmp(FileSystem, JFS) ||
    806808       !strcmp(FileSystem, FAT32) ||
Note: See TracChangeset for help on using the changeset viewer.