Changeset 4738 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Sep 12, 2007 4:00:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r4722 r4738 1108 1108 /** @} */ 1109 1109 1110 /** @name VBox GMM Status Codes 1111 * @{ 1112 */ 1113 /** The GMM is out of pages and needs to be give another chunk of user memory that 1114 * it can lock down and borrow pages from. */ 1115 #define VERR_GMM_SEED_ME (-4150) 1116 /** @} */ 1117 1118 1110 1119 /* SED-END */ 1111 1120
Note:
See TracChangeset
for help on using the changeset viewer.