VirtualBox

Changeset 101140 in vbox


Ignore:
Timestamp:
Sep 18, 2023 11:08:15 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159113
Message:

iprt/cdefs.h: Added a pb member to RTPTRUNION and friends. bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r100006 r101140  
    37033703    /** Pointer to a long value. */
    37043704    unsigned long   RT_FAR *pul;
     3705    /** Pointer to a byte value. */
     3706    uint8_t         RT_FAR *pb;
    37053707    /** Pointer to a 8-bit unsigned value. */
    37063708    uint8_t         RT_FAR *pu8;
     
    37503752    /** Pointer to a long value. */
    37513753    unsigned long const RT_FAR *pul;
     3754    /** Pointer to a byte  value. */
     3755    uint8_t const   RT_FAR *pb;
    37523756    /** Pointer to a 8-bit unsigned value. */
    37533757    uint8_t const   RT_FAR *pu8;
     
    37973801    /** Pointer to a long value. */
    37983802    unsigned long volatile RT_FAR *pul;
     3803    /** Pointer to a byte value. */
     3804    uint8_t volatile RT_FAR  *pb;
    37993805    /** Pointer to a 8-bit unsigned value. */
    38003806    uint8_t volatile RT_FAR  *pu8;
     
    38443850    /** Pointer to a long value. */
    38453851    unsigned long const volatile    RT_FAR *pul;
     3852    /** Pointer to a byte value. */
     3853    uint8_t const volatile          RT_FAR *pb;
    38463854    /** Pointer to a 8-bit unsigned value. */
    38473855    uint8_t const volatile          RT_FAR *pu8;
Note: See TracChangeset for help on using the changeset viewer.

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