Changeset 47070 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp
- Timestamp:
- Jul 10, 2013 11:39:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp
r47063 r47070 971 971 if (!pDevExt->u32CrConDefaultClientID) 972 972 { 973 if (!pDevExt->f3DEnabled) 974 { 975 WARN(("3D disabled, should not be here!")); 976 return STATUS_UNSUCCESSFUL; 977 } 978 973 979 int rc = VBoxMpCrCtlConConnect(&pDevExt->CrCtlCon, CR_PROTOCOL_VERSION_MAJOR, CR_PROTOCOL_VERSION_MINOR, &pDevExt->u32CrConDefaultClientID); 974 980 if (!RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.