Changeset 14494 in vbox for trunk/include/VBox
- Timestamp:
- Nov 23, 2008 10:49:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r14363 r14494 419 419 /** The auto usage cache for the dynamic mapping set is full. */ 420 420 #define VERR_PGM_DYNMAP_FULL_SET (-1630) 421 /** The initialization of the dynamic mapping cache failed. */ 422 #define VERR_PGM_DYNMAP_SETUP_ERROR (-1631) 423 /** The expanding of the dynamic mapping cache failed. */ 424 #define VERR_PGM_DYNMAP_EXPAND_ERROR (-1632) 421 425 422 426 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.