Changeset 50095 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jan 17, 2014 4:34:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp
r49591 r50095 198 198 // vboxMpCrShgsmiBufCacheTerm(pCon, &pCon->CmdDrCache); 199 199 } 200 201 //typedef struct VBOXMP_CRHGSMICMD_HDR202 //{203 // union204 // {205 // PFNVBOXMP_CRSHGSMITRANSPORT_SENDWRITEREADASYNC_COMPLETION pfnWriteReadCompletion;206 // PFNVBOXMP_CRSHGSMITRANSPORT_SENDWRITEASYNC_COMPLETION pfnWriteCompletion;207 // };208 //} VBOXMP_CRHGSMICMD_HDR, *PVBOXMP_CRHGSMICMD_HDR;209 200 210 201 typedef struct VBOXMP_CRHGSMICMD_BASE … … 900 891 if (RT_FAILURE(rc)) 901 892 WARN(("VBoxMpCrCtlConDisconnect failed rc (%d), ignoring..", rc)); 902 #else903 893 #endif 904 894 }
Note:
See TracChangeset
for help on using the changeset viewer.