Changeset 30540 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
- Timestamp:
- Jun 30, 2010 9:28:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r30536 r30540 1726 1726 DXGKARG_DESCRIBEALLOCATION* pDescribeAllocation) 1727 1727 { 1728 dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));1728 // dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 1729 1729 1730 1730 vboxVDbgBreakFv(); … … 1739 1739 pDescribeAllocation->PrivateDriverFormatAttribute = 0; 1740 1740 1741 dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));1741 // dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 1742 1742 1743 1743 return STATUS_SUCCESS; … … 2637 2637 PAGED_CODE(); 2638 2638 2639 dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));2639 // dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 2640 2640 2641 2641 NTSTATUS Status = STATUS_NOT_SUPPORTED; … … 2741 2741 } 2742 2742 2743 dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));2743 // dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 2744 2744 2745 2745 return Status;
Note:
See TracChangeset
for help on using the changeset viewer.