Changeset 33929 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispCm.cpp
- Timestamp:
- Nov 10, 2010 9:31:48 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispCm.cpp
r33540 r33929 137 137 pContext->pDevice = pDevice; 138 138 } 139 else 140 { 141 exit(1); 142 } 143 139 144 return hr; 140 145 } … … 190 195 if (!pCmd->Hdr.cbCmdsReturned && !pCmd->Hdr.cbRemainingFirstCmd) 191 196 hr = S_FALSE; 197 } 198 else 199 { 200 exit(1); 192 201 } 193 202 }
Note:
See TracChangeset
for help on using the changeset viewer.