VirtualBox

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


Ignore:
Timestamp:
Jan 31, 2022 12:25:08 PM (3 years ago)
Author:
vboxsync
Message:

iprt/formats/wim.h: Changed RESHDRDISKSHORT::off and RESHDRDISKSHORT::cbInternal unsigned. bugref:9781

File:
1 edited

Legend:

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

    r93489 r93493  
    5959    /** 0x08 - Offset.
    6060     * @note This is signed in the specficiation...  */
    61     int64_t         off;
     61    uint64_t        off;
    6262    /** 0x10 - The uncompressed original size.
    6363     * @note This is signed in the specficiation...  */
    64     int64_t         cbOrginal;
     64    uint64_t        cbOrginal;
    6565} RESHDRDISKSHORT;
    6666AssertCompileSize(RESHDRDISKSHORT, 0x18);
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