Changeset 68844 in vbox for trunk/include/iprt/formats
- Timestamp:
- Sep 24, 2017 1:55:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/pecoff.h
r68843 r68844 165 165 #define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP UINT16_C(0x0400) 166 166 #define IMAGE_FILE_NET_RUN_FROM_SWAP UINT16_C(0x0800) 167 #define IMAGE_FILE_SYSTEM UINT16_C(0x1000) /**< (COFF/I 8086: Used to indicate 80186 instructions) */168 #define IMAGE_FILE_DLL UINT16_C(0x2000) /**< (COFF/I 8086: Used to indicate 80286 instructions) */167 #define IMAGE_FILE_SYSTEM UINT16_C(0x1000) /**< (COFF/IAPX*: Used to indicate 80186 instructions) */ 168 #define IMAGE_FILE_DLL UINT16_C(0x2000) /**< (COFF/IAPX*: Used to indicate 80286 instructions) */ 169 169 #define IMAGE_FILE_UP_SYSTEM_ONLY UINT16_C(0x4000) 170 170 #define IMAGE_FILE_BYTES_REVERSED_HI UINT16_C(0x8000)
Note:
See TracChangeset
for help on using the changeset viewer.