Changeset 136 for trunk/include/helpers/exeh.h
- Timestamp:
- Feb 3, 2002, 11:46:54 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/exeh.h
r131 r136 1165 1165 // returned by exehOpen): 1166 1166 ULONG ulExeFormat; 1167 #endif 1167 1168 #define EXEFORMAT_OLDDOS 1 1168 1169 #define EXEFORMAT_NE 2 … … 1173 1174 #define EXEFORMAT_COM 7 // added V0.9.16 (2002-01-04) [umoeller] 1174 1175 1176 #ifndef __STRIP_DOWN_EXECUTABLE__ 1175 1177 BOOL fLibrary, // TRUE if this is a DLL 1176 1178 // (works for NE, LX, PE) … … 1179 1181 1180 1182 ULONG ulOS; 1183 #endif 1181 1184 // target operating system as flagged in one of 1182 1185 // the EXE headers; one of: … … 1198 1201 // if PE optional header was successfully read 1199 1202 1203 #ifndef __STRIP_DOWN_EXECUTABLE__ 1200 1204 // The following fields are only set after 1201 1205 // an extra call to exehQueryBldLevel (NE and LX only):
Note:
See TracChangeset
for help on using the changeset viewer.