Changeset 7293 in vbox
- Timestamp:
- Mar 5, 2008 9:54:12 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28676
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r5999 r7293 860 860 /** @} */ 861 861 862 /** @name Multiprocessor Status Code 863 * @{ 864 */ 865 /** The specified cpu is offline. */ 866 #define VERR_CPU_OFFLINE (-800) 867 /** The specified cpu was not found. */ 868 #define VERR_CPU_NOT_FOUND (-801) 869 /** @} */ 870 862 871 /* SED-END */ 863 872
Note:
See TracChangeset
for help on using the changeset viewer.