Changeset 10069
- Timestamp:
- 07/01/08 14:02:48 (6 months ago)
- Files:
-
- trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/err.h
r9772 r10069 442 442 /** The saved state file magic was not recognized. */ 443 443 #define VERR_SSM_INTEGRITY_MAGIC (-1811) 444 /** The saved state file magic was not recognized. */444 /** The saved state file version is not supported. */ 445 445 #define VERR_SSM_INTEGRITY_VERSION (-1812) 446 /** The saved state file magic was not recognized. */446 /** The saved state file size didn't match the one in the header. */ 447 447 #define VERR_SSM_INTEGRITY_SIZE (-1813) 448 448 /** The CRC of the saved state file did match. */

