Changeset 41100 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- Apr 30, 2012 3:18:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r41043 r41100 1092 1092 using namespace com; 1093 1093 HRESULT hrc = com::Initialize(); 1094 # ifdef VBOX_WITH_XPCOM 1095 if (hrc == NS_ERROR_FILE_ACCESS_DENIED) 1096 { 1097 char szHome[RTPATH_MAX] = ""; 1098 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome)); 1099 return RTMsgErrorExit(RTEXITCODE_FAILURE, 1100 "Failed to initialize COM because the global settings directory '%s' is not accessible!", szHome); 1101 } 1102 # endif 1094 1103 if (FAILED(hrc)) 1095 1104 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to initialize COM (%Rhrc)!", hrc);
Note:
See TracChangeset
for help on using the changeset viewer.