Changeset 57213 in vbox for trunk/include
- Timestamp:
- Aug 6, 2015 10:19:16 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r57203 r57213 1622 1622 /** Unable to locate a usable DMG file within the XAR archive. */ 1623 1623 #define VERR_VD_DMG_NOT_FOUND_INSIDE_XAR (-3285) 1624 /** The size of the raw image is not dividable by 512 */ 1625 #define VERR_VD_RAW_SIZE_MODULO_512 (-3286) 1626 /** The size of the raw image is not dividable by 2048 */ 1627 #define VERR_VD_RAW_SIZE_MODULO_2048 (-3287) 1628 /** The size of the raw optical image is too small (<= 32K) */ 1629 #define VERR_VD_RAW_SIZE_OPTICAL_TOO_SMALL (-3288) 1630 /** The size of the raw floppy image is too big (>2.88MB) */ 1631 #define VERR_VD_RAW_SIZE_FLOPPY_TOO_BIG (-3289) 1632 1624 1633 /** @} */ 1625 1634
Note:
See TracChangeset
for help on using the changeset viewer.