Changeset 3562 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 11, 2007 4:36:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r3561 r3562 1497 1497 } 1498 1498 } 1499 dprintf(("VBoxVideo: failed with rc=%x (hdr.rc=%x)\n", rc, req->header.rc));1499 dprintf(("VBoxVideo: failed with rc=%x (hdr.rc=%x)\n", rc, (req) ? req->header.rc : -1)); 1500 1500 RequestPacket->StatusBlock->Status = ERROR_INVALID_FUNCTION; 1501 1501 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.