Ignore:
Timestamp:
Aug 10, 2002, 4:40:23 PM (23 years ago)
Author:
umoeller
Message:

More fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r194 r200  
    843843    typedef struct _PARTITIONINFO
    844844    {
    845         BYTE    bDisk;                 // drive number
    846         CHAR    cLetter;               // probable drive letter or ' ' if none
    847         BYTE    bFSType;               // file system type
    848         PCSZ    pcszFSType;            // file system name (as returned by
    849                                        // doshType2FSName, can be NULL!)
    850         BOOL    fPrimary;              // primary partition?
    851         BOOL    fBootable;             // bootable by Boot Manager?
    852         CHAR    szBootName[9];         // Boot Manager name, if (fBootable)
    853         ULONG   ulSize;                // size MBytes
    854         PPARTITIONINFO pNext;        // next info or NULL if last
     845        BYTE    bDisk;                  // drive number
     846        CHAR    cLetter;                // probable drive letter or ' ' if none
     847        BYTE    bFSType;                // file system type
     848        PCSZ    pcszFSType;             // file system name (as returned by
     849                                        // doshType2FSName, can be NULL!)
     850        BOOL    fPrimary;               // primary partition?
     851        BOOL    fBootable;              // bootable by Boot Manager?
     852        CHAR    szBootName[21];         // Boot Manager name, if (fBootable)
     853                                        // extended for LVM names V0.9.20 (2002-08-10) [umoeller]
     854        ULONG   ulSize;                 // size MBytes
     855        PPARTITIONINFO pNext;           // next info or NULL if last
    855856    } PARTITIONINFO;
    856857
Note: See TracChangeset for help on using the changeset viewer.