Changeset 34712 in vbox
- Timestamp:
- Dec 3, 2010 10:01:32 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VBoxExtPackHelperApp.cpp
r34711 r34712 1762 1762 if (RT_FAILURE(rc)) 1763 1763 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTGetOptInit failed: %Rrc\n", rc); 1764 #ifdef WITH_ELEVATION 1764 1765 bool fElevated = IsElevated(); 1766 #endif 1765 1767 for (;;) 1766 1768 {
Note:
See TracChangeset
for help on using the changeset viewer.