VirtualBox

Changeset 69023 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 10, 2017 8:35:02 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118296
Message:

iprt: udf updates

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r69013 r69023  
    30423042#define VERR_ISOFS_BAD_LVD_DESC_CHAR_SET                (-25329)
    30433043/** Invalid partition index in a location. */
    3044 #define VERR_ISOFS_INVALID_PARTITION_INDEX              (-25329)
     3044#define VERR_ISOFS_INVALID_PARTITION_INDEX              (-25330)
    30453045/** Unsupported file system charset. */
    3046 #define VERR_ISOFS_FSD_UNSUPPORTED_CHAR_SET             (-25330)
     3046#define VERR_ISOFS_FSD_UNSUPPORTED_CHAR_SET             (-25331)
    30473047/** File set descriptor has an zero length or invalid root dir extent. */
    3048 #define VERR_ISOFS_FSD_ZERO_ROOT_DIR                    (-25331)
     3048#define VERR_ISOFS_FSD_ZERO_ROOT_DIR                    (-25332)
    30493049/** File set descriptor has a next extent member. */
    3050 #define VERR_ISOFS_FSD_NEXT_EXTENT                      (-25332)
     3050#define VERR_ISOFS_FSD_NEXT_EXTENT                      (-25333)
     3051/** The ICB for a directory is too big. */
     3052#define VERR_ISOFS_DIR_ICB_TOO_BIG                      (-25334)
     3053/** The ICB for a directory is too small. */
     3054#define VERR_ISOFS_DIR_ICB_TOO_SMALL                    (-25335)
    30513055
    30523056/** Internal processing error \#1.  */
  • trunk/include/iprt/formats/udf.h

    r69013 r69023  
    10091009/** Pointer to an UDF file set descriptor   */
    10101010typedef UDFFILEIDDESC *PUDFFILEIDDESC;
     1011/** Pointer to a const UDF file set descriptor   */
     1012typedef UDFFILEIDDESC const *PCUDFFILEIDDESC;
    10111013
    10121014/** Get the pointer to the name field. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette