Changeset 261 for trunk/include/helpers/exeh.h
- Timestamp:
- Oct 24, 2004, 11:57:28 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/exeh.h
r257 r261 64 64 USHORT usIPStartup; // 14: IP at startup 65 65 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) 67 67 USHORT usOverlayNo; // 1a: overlay no. 68 68 USHORT usLinkerVersion; // 1c: linker version (if 0x18 > 0x28) … … 78 78 ULONG ulUnused6; // 34: 79 79 ULONG ulUnused7; // 38: 80 ULONG ulNewHeaderOfs; // 3c: new header ofs (if 0x18 > 0x40)80 ULONG ulNewHeaderOfs; // 3c: new header ofs (if 0x18 >= 0x40 || 0) 81 81 // fixed this from USHORT, thanks Martin Lafaix 82 82 // V0.9.7 (2000-12-20) [umoeller]
Note:
See TracChangeset
for help on using the changeset viewer.