Changeset 57203 in vbox for trunk/include/VBox
- Timestamp:
- Aug 6, 2015 6:18:33 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r57201 r57203 1813 1813 #define VERR_SUPDRV_TSC_DELTA_MEASUREMENT_BUSY (-3747) 1814 1814 /** The process trying to open VBoxDrv is not a budding VM process (1). */ 1815 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_1 1815 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_1 (-3748) 1816 1816 /** The process trying to open VBoxDrv is not a budding VM process (2). */ 1817 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_2 (-3748)1817 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_2 (-3749) 1818 1818 /** @} */ 1819 1819
Note:
See TracChangeset
for help on using the changeset viewer.