Changeset 262 for branches/branch-1-0/include/helpers/exeh.h
- Timestamp:
- Oct 25, 2004, 12:02:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/exeh.h
r136 r262 63 63 USHORT usIPStartup; // 14: IP at startup 64 64 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) 66 66 USHORT usOverlayNo; // 1a: overlay no. 67 67 USHORT usLinkerVersion; // 1c: linker version (if 0x18 > 0x28) … … 77 77 ULONG ulUnused6; // 34: 78 78 ULONG ulUnused7; // 38: 79 ULONG ulNewHeaderOfs; // 3c: new header ofs (if 0x18 > 0x40)79 ULONG ulNewHeaderOfs; // 3c: new header ofs (if 0x18 >= 0x40 || 0) 80 80 // fixed this from USHORT, thanks Martin Lafaix 81 81 // V0.9.7 (2000-12-20) [umoeller] … … 231 231 typedef struct _LXHEADER 232 232 { 233 CHAR achLX[2];// 00: e32_magic "LX" or "LE" magic233 CHAR achLX[2]; // 00: e32_magic "LX" or "LE" magic 234 234 // this is "LX" for 32-bit OS/2 programs, but 235 235 // "LE" for MS-DOS progs which use this format
Note:
See TracChangeset
for help on using the changeset viewer.