Ignore:
Timestamp:
Jan 8, 2004, 5:43:29 PM (22 years ago)
Author:
umoeller
Message:

Fixes that have piled up in the last three months.

File:
1 edited

Legend:

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

    r242 r257  
    11571157        //      (NOSTUB, V0.9.12);
    11581158        // --   for .COM, .BAT, .CMD files (V0.9.16)
    1159         PDOSEXEHEADER   pDosExeHeader;
    1160         ULONG           cbDosExeHeader;
     1159        DOSEXEHEADER    DosExeHeader;       // no longer a ptr, but inline struct V1.0.2 (2003-11-13) [umoeller]
     1160        ULONG           cbDosExeHeader;     // if != 0, DosExeHeader is present
    11611161
    11621162        // New Executable (NE) header, if ulExeFormat == EXEFORMAT_NE
     
    13531353                              ULONG idResource,
    13541354                              PBYTE *ppbResData,
     1355                              PULONG pulOffset,
    13551356                              PULONG pcbResData);
    13561357
Note: See TracChangeset for help on using the changeset viewer.