Ignore:
Timestamp:
Feb 3, 2002, 11:46:54 AM (24 years ago)
Author:
umoeller
Message:

Buncha fixes.

File:
1 edited

Legend:

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

    r131 r136  
    11651165        // returned by exehOpen):
    11661166        ULONG           ulExeFormat;
     1167#endif
    11671168                    #define EXEFORMAT_OLDDOS        1
    11681169                    #define EXEFORMAT_NE            2
     
    11731174                    #define EXEFORMAT_COM           7       // added V0.9.16 (2002-01-04) [umoeller]
    11741175
     1176#ifndef __STRIP_DOWN_EXECUTABLE__
    11751177        BOOL            fLibrary,           // TRUE if this is a DLL
    11761178                                            // (works for NE, LX, PE)
     
    11791181
    11801182        ULONG           ulOS;
     1183#endif
    11811184                // target operating system as flagged in one of
    11821185                // the EXE headers; one of:
     
    11981201                                // if PE optional header was successfully read
    11991202
     1203#ifndef __STRIP_DOWN_EXECUTABLE__
    12001204        // The following fields are only set after
    12011205        // an extra call to exehQueryBldLevel (NE and LX only):
Note: See TracChangeset for help on using the changeset viewer.