Changeset 93577 in vbox for trunk/include/iprt/formats
- Timestamp:
- Feb 3, 2022 12:35:45 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/wim.h
r93493 r93577 62 62 /** 0x10 - The uncompressed original size. 63 63 * @note This is signed in the specficiation... */ 64 uint64_t cbOr ginal;64 uint64_t cbOriginal; 65 65 } RESHDRDISKSHORT; 66 66 AssertCompileSize(RESHDRDISKSHORT, 0x18);
Note:
See TracChangeset
for help on using the changeset viewer.