Changeset 67842 in vbox for trunk/include/iprt/formats
- Timestamp:
- Jul 6, 2017 5:27:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/iso9660.h
r67840 r67842 1125 1125 /** Pointer to a const RRIP RR entry. */ 1126 1126 typedef ISO9660RRIPRR const *PCISO9660RRIPRR; 1127 #define ISO9660RRIPRR_SIG1 ' P' /**< RRIP RR entry signature byte 1. */1128 #define ISO9660RRIPRR_SIG2 ' X' /**< RRIP RR entry signature byte 2. */1127 #define ISO9660RRIPRR_SIG1 'R' /**< RRIP RR entry signature byte 1. */ 1128 #define ISO9660RRIPRR_SIG2 'R' /**< RRIP RR entry signature byte 2. */ 1129 1129 #define ISO9660RRIPRR_VER 1 /**< RRIP RR entry version number. */ 1130 1130 #define ISO9660RRIPRR_LEN 5 /**< RRIP RR entry length (fixed). */ … … 1171 1171 #define ISO9660RRIPPX_LEN 44 /**< RRIP posix attribute entry length (fixed). */ 1172 1172 AssertCompileSize(ISO9660RRIPPX, ISO9660RRIPPX_LEN); 1173 #define ISO9660RRIPPX_LEN_NO_INODE 36 /**< RRIP posix attribute entry length without inode (fixed). */ 1173 1174 1174 1175
Note:
See TracChangeset
for help on using the changeset viewer.