Changeset 93493 in vbox for trunk/include/iprt/formats
- Timestamp:
- Jan 31, 2022 12:25:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/wim.h
r93489 r93493 59 59 /** 0x08 - Offset. 60 60 * @note This is signed in the specficiation... */ 61 int64_toff;61 uint64_t off; 62 62 /** 0x10 - The uncompressed original size. 63 63 * @note This is signed in the specficiation... */ 64 int64_tcbOrginal;64 uint64_t cbOrginal; 65 65 } RESHDRDISKSHORT; 66 66 AssertCompileSize(RESHDRDISKSHORT, 0x18);
Note:
See TracChangeset
for help on using the changeset viewer.