Ignore:
Timestamp:
Oct 25, 2004, 12:02:36 AM (21 years ago)
Author:
pr
Message:

XWP bug 583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/exeh.h

    r136 r262  
    6363         USHORT usIPStartup;            // 14: IP at startup
    6464         USHORT usCodeSegOfs;           // 16: code segment offset from EXE start
    65          USHORT usRelocTableOfs;        // 18: reloc table ofs.header (Win: >= 0x40)
     65         USHORT usRelocTableOfs;        // 18: reloc table ofs.header (Win: >= 0x40 || 0)
    6666         USHORT usOverlayNo;            // 1a: overlay no.
    6767         USHORT usLinkerVersion;        // 1c: linker version (if 0x18 > 0x28)
     
    7777         ULONG  ulUnused6;              // 34:
    7878         ULONG  ulUnused7;              // 38:
    79          ULONG  ulNewHeaderOfs;         // 3c: new header ofs (if 0x18 > 0x40)
     79         ULONG  ulNewHeaderOfs;         // 3c: new header ofs (if 0x18 >= 0x40 || 0)
    8080                    // fixed this from USHORT, thanks Martin Lafaix
    8181                    // V0.9.7 (2000-12-20) [umoeller]
     
    231231    typedef struct _LXHEADER
    232232    {
    233         CHAR        achLX[2];           // 00: e32_magic  "LX" or "LE" magic
     233        CHAR      achLX[2];             // 00: e32_magic  "LX" or "LE" magic
    234234            // this is "LX" for 32-bit OS/2 programs, but
    235235            // "LE" for MS-DOS progs which use this format
Note: See TracChangeset for help on using the changeset viewer.