Changeset 62814 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Aug 1, 2016 12:51:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r62812 r62814 1466 1466 return RT_SUCCESS(rc); 1467 1467 } 1468 else 1469 { 1470 crDebug("HGCM connect failed with rc=0x%x\n", info.result); 1471 1472 VBOXCRHGSMIPROFILE_FUNC_EPILOGUE(); 1473 return FALSE; 1474 } 1475 } 1476 else 1477 { 1468 crDebug("HGCM connect failed with rc=0x%x\n", info.result); 1469 1470 VBOXCRHGSMIPROFILE_FUNC_EPILOGUE(); 1471 return FALSE; 1472 } 1478 1473 #ifdef RT_OS_WINDOWS 1474 { 1479 1475 DWORD winEr = GetLastError(); 1480 1476 crDebug("IOCTL for HGCM connect failed with rc=0x%x\n", winEr); 1477 } 1481 1478 #else 1482 crDebug("IOCTL for HGCM connect failed with rc=0x%x\n", errno); 1483 #endif 1484 VBOXCRHGSMIPROFILE_FUNC_EPILOGUE(); 1485 return FALSE; 1486 } 1487 1479 crDebug("IOCTL for HGCM connect failed with rc=0x%x\n", errno); 1480 #endif 1488 1481 VBOXCRHGSMIPROFILE_FUNC_EPILOGUE(); 1489 1482 return FALSE; … … 2014 2007 { 2015 2008 int rc; 2016 int32_t callRes ;2009 int32_t callRes = VINF_SUCCESS; /* Shut up MSC. */ 2017 2010 VBOXUHGSMI_BUFFER_SUBMIT aSubmit[2]; 2018 2011
Note:
See TracChangeset
for help on using the changeset viewer.