Changeset 33530 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxCrHgsmi.cpp
- Timestamp:
- Oct 27, 2010 7:59:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxCrHgsmi.cpp
r33306 r33530 112 112 if (pHgsmiGL) 113 113 { 114 #if 0 114 115 HRESULT hr = vboxUhgsmiKmtCreate(pHgsmiGL, TRUE /* bD3D tmp for injection thread*/); 116 #else 117 HRESULT hr = vboxUhgsmiKmtEscCreate(pHgsmiGL, TRUE /* bD3D tmp for injection thread*/); 118 #endif 115 119 Assert(hr == S_OK); 116 120 if (hr == S_OK)
Note:
See TracChangeset
for help on using the changeset viewer.