Changeset 56204 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp
- Timestamp:
- Jun 2, 2015 12:30:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r54134 r56204 6299 6299 vboxVDbgPrint(("<== "__FUNCTION__", hAdapter(0x%p)\n", hAdapter)); 6300 6300 6301 #ifdef DEBUG 6302 VbglR3Term(); 6303 #endif 6301 6304 return S_OK; 6302 6305 } … … 6338 6341 HRESULT APIENTRY OpenAdapter(__inout D3DDDIARG_OPENADAPTER* pOpenData) 6339 6342 { 6343 #ifdef DEBUG 6344 VbglR3Init(); 6345 #endif 6346 6340 6347 VBOXDISP_DDI_PROLOGUE_GLBL(); 6341 6348
Note:
See TracChangeset
for help on using the changeset viewer.