VirtualBox

Changeset 100957 in vbox


Ignore:
Timestamp:
Aug 23, 2023 2:03:16 PM (17 months ago)
Author:
vboxsync
Message:

format/pdb.h: Fix for older gcc versions.

File:
1 edited

Legend:

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

    r100914 r100957  
    387387        struct
    388388        {
     389            RT_GCC_EXTENSION
    389390            uint16_t    uMinor     : 8;
     391            RT_GCC_EXTENSION
    390392            uint16_t    uMajor     : 7;
     393            RT_GCC_EXTENSION
    391394            uint16_t    fNewVerFmt : 1;
    392395        } New;
    393396        struct
    394397        {
     398            RT_GCC_EXTENSION
    395399            uint16_t    uRBuild    : 4;
     400            RT_GCC_EXTENSION
    396401            uint16_t    uMinor     : 7;
     402            RT_GCC_EXTENSION
    397403            uint16_t    uMajor     : 5;
    398404        } Old;
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