Changeset 76255 in vbox for trunk/include
- Timestamp:
- Dec 16, 2018 6:47:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r76227 r76255 1735 1735 /** Unexpected PCI region change during VGA saved state loading. */ 1736 1736 #define VERR_VGA_UNEXPECTED_PCI_REGION_LOAD_CHANGE (-3502) 1737 /** Unabled to locate or load the OpenGL library. */ 1738 #define VERR_VGA_GL_LOAD_FAILURE (-3503) 1739 /** Unabled to locate an OpenGL symbol. */ 1740 #define VERR_VGA_GL_SYMBOL_NOT_FOUND (-3504) 1737 1741 /** @} */ 1738 1742
Note:
See TracChangeset
for help on using the changeset viewer.