Changeset 68161 in vbox for trunk/include/iprt
- Timestamp:
- Jul 28, 2017 3:27:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/iso9660.h
r67861 r68161 482 482 /** 0x372: Reserve for future, MBZ. */ 483 483 uint8_t bReserved883; 484 /** 0x373: Reserve for future, MBZ. */ 484 /** 0x373: Reserve for future. 485 * mkisofs & genisoimage & libisofs seems to space pad this most of the time. 486 * Microsoft image (2.56) zero pads it. isomd5sum uses it to store checksum 487 * info for the iso and space pads it. */ 485 488 uint8_t abAppUse[512]; 486 489 /** 0x573: Reserved for future standardization, MBZ. */
Note:
See TracChangeset
for help on using the changeset viewer.