Changeset 95249 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 10, 2022 10:48:04 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r95149 r95249 3686 3686 return vmsvga3dDXGrowCOTable(pThisCC, pCmd); 3687 3687 #else 3688 RT_NOREF(pThisCC, idDXContext,pCmd, cbCmd);3688 RT_NOREF(pThisCC, pCmd, cbCmd); 3689 3689 return VERR_NOT_SUPPORTED; 3690 3690 #endif
Note:
See TracChangeset
for help on using the changeset viewer.