Changeset 33531 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoMisc.cpp
- Timestamp:
- Oct 27, 2010 9:13:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoMisc.cpp
r33530 r33531 1131 1131 } 1132 1132 1133 #ifdef VBOX_WITH_VDMA 1133 1134 static DECLCALLBACK(VOID) vboxVideoAMgrAllocSubmitCompletion(PDEVICE_EXTENSION pDevExt, PVBOXVDMADDI_CMD pCmd, PVOID pvContext) 1134 1135 { … … 1231 1232 return Status; 1232 1233 } 1234 #endif 1233 1235 1234 1236 NTSTATUS vboxVideoAMgrCreate(PDEVICE_EXTENSION pDevExt, PVBOXVIDEOCM_ALLOC_MGR pMgr, uint32_t offData, uint32_t cbData)
Note:
See TracChangeset
for help on using the changeset viewer.