Changeset 70 for trunk/dll/init.c


Ignore:
Timestamp:
Nov 5, 2003, 2:18:25 AM (22 years ago)
Author:
root
Message:

Add JFS and FAT32 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r32 r70  
    1010
    1111  Revisions     11 Jun 02 SHL - Add CheckVersion
     12                11 Jun 03 SHL - Add JFS and FAT32 support
    1213
    1314***********************************************************************/
     
    218219      LONGNAME = ".LONGNAME";
    219220      HPFS = "HPFS";
     221      JFS = "JFS";
    220222      CDFS = "CDFS";
     223      FAT32 = "FAT32";
    221224      HPFS386 = "HPFS386";
    222225      CBSIFS = "CBSIFS";
Note: See TracChangeset for help on using the changeset viewer.