vbox的更動 62135 路徑 trunk/src/VBox/Additions
- 時間撮記:
- 2016-7-8 上午11:33:34 (8 年 以前)
- 位置:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- 檔案:
-
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r58307 r62135 110 110 { 111 111 LogFlowFuncEnter(); 112 113 if (!pInstance) 114 return; 112 115 113 116 PVBOXSEAMLESSCONTEXT pCtx = (PVBOXSEAMLESSCONTEXT)pInstance; -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r60531 r62135 303 303 if (RT_FAILURE(rc2)) 304 304 { 305 LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc ));305 LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc2)); 306 306 if (rc2 == VERR_NOT_SUPPORTED) 307 307 { -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp
r58307 r62135 300 300 g_Ctx.pfnIsThemeActive = NULL; 301 301 } 302 303 /* Tell the caller that the service does not work but it is OK to continue. */ 304 if (RT_FAILURE(rc)) 305 rc = VERR_NOT_SUPPORTED; 302 306 303 307 LogFlowFuncLeaveRC(rc);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器