Ignore:
Timestamp:
Oct 24, 2004, 11:57:28 PM (21 years ago)
Author:
pr
Message:

XWP bug 583

File:
1 edited

Legend:

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

    r257 r261  
    6464         USHORT usIPStartup;            // 14: IP at startup
    6565         USHORT usCodeSegOfs;           // 16: code segment offset from EXE start
    66          USHORT usRelocTableOfs;        // 18: reloc table ofs.header (Win: >= 0x40)
     66         USHORT usRelocTableOfs;        // 18: reloc table ofs.header (Win: >= 0x40 || 0)
    6767         USHORT usOverlayNo;            // 1a: overlay no.
    6868         USHORT usLinkerVersion;        // 1c: linker version (if 0x18 > 0x28)
     
    7878         ULONG  ulUnused6;              // 34:
    7979         ULONG  ulUnused7;              // 38:
    80          ULONG  ulNewHeaderOfs;         // 3c: new header ofs (if 0x18 > 0x40)
     80         ULONG  ulNewHeaderOfs;         // 3c: new header ofs (if 0x18 >= 0x40 || 0)
    8181                    // fixed this from USHORT, thanks Martin Lafaix
    8282                    // V0.9.7 (2000-12-20) [umoeller]
Note: See TracChangeset for help on using the changeset viewer.