Changeset 18 for trunk/include/helpers/dosh.h
- Timestamp:
- Jan 1, 2001, 4:30:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r17 r18 374 374 375 375 APIRET doshSetEnvironmentVar(PDOSENVIRONMENT pEnv, 376 PSZ pszNewEnv); 376 PSZ pszNewEnv, 377 BOOL fAddFirst); 377 378 378 379 APIRET doshConvertEnvironment(PDOSENVIRONMENT pEnv, … … 392 393 * old DOS EXE header at offset 0 393 394 * in any EXE file. 395 * 396 *@@changed V0.9.7 (2000-12-20) [umoeller]: fixed NE offset 394 397 */ 395 398 … … 419 422 ULONG ulUnused6; // 34: 420 423 ULONG ulUnused7; // 38: 421 USHORT usNewHeaderOfs; // new header ofs (if 0x18 > 0x40) 424 ULONG ulNewHeaderOfs; // new header ofs (if 0x18 > 0x40) 425 // fixed this from USHORT, thanks Martin Lafaix 426 // V0.9.7 (2000-12-20) [umoeller] 422 427 } DOSEXEHEADER, *PDOSEXEHEADER; 423 428 … … 440 445 CHAR achNE[2]; // 00: NE 441 446 BYTE bLinkerVersion; // 02: linker version 442 BYTE bL linkerRevision;// 03: linker revision447 BYTE bLinkerRevision; // 03: linker revision 443 448 USHORT usEntryTblOfs; // 04: ofs from this to entrytable 444 449 USHORT usEntryTblLen; // 06: length of entrytable
Note:
See TracChangeset
for help on using the changeset viewer.