VirtualBox

Changeset 68844 in vbox for trunk/include/iprt/formats


Ignore:
Timestamp:
Sep 24, 2017 1:55:35 PM (7 years ago)
Author:
vboxsync
Message:

iprt/formats/pecoff.h: Correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/pecoff.h

    r68843 r68844  
    165165#define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP  UINT16_C(0x0400)
    166166#define IMAGE_FILE_NET_RUN_FROM_SWAP        UINT16_C(0x0800)
    167 #define IMAGE_FILE_SYSTEM                   UINT16_C(0x1000) /**< (COFF/I8086: Used to indicate 80186 instructions) */
    168 #define IMAGE_FILE_DLL                      UINT16_C(0x2000) /**< (COFF/I8086: 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) */
    169169#define IMAGE_FILE_UP_SYSTEM_ONLY           UINT16_C(0x4000)
    170170#define IMAGE_FILE_BYTES_REVERSED_HI        UINT16_C(0x8000)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette