Changeset 50940 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp
- Timestamp:
- Apr 1, 2014 11:22:34 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp
r50913 r50940 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 #ifdef VBOX_WITH_CROGL 18 19 19 20 #include "VBoxMPWddm.h" … … 22 23 #include <VBox/HostServices/VBoxCrOpenGLSvc.h> 23 24 24 #ifdef VBOX_WITH_CROGL25 25 #include <cr_protocol.h> 26 26 … … 746 746 } 747 747 748 #endif749 750 748 static int vboxMpCrCtlAddRef(PVBOXMP_CRCTLCON pCrCtlCon) 751 749 { … … 1012 1010 g_VBoxMpCrHostCaps = 0; 1013 1011 1014 #ifdef VBOX_WITH_CROGL1015 1012 VBOXMP_CRCTLCON CrCtlCon = {0}; 1016 1013 uint32_t u32ClientID = 0; … … 1038 1035 if (RT_FAILURE(rc)) 1039 1036 WARN(("VBoxMpCrCtlConDisconnectHgcm failed rc (%d), ignoring..", rc)); 1040 #endif1041 1037 } 1042 1038 … … 1073 1069 } 1074 1070 1071 #endif
Note:
See TracChangeset
for help on using the changeset viewer.