- Timestamp:
- Dec 6, 2010 2:55:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VBoxExtPackHelperApp.cpp
r34753 r34756 1887 1887 return RTMsgErrorExit(RTEXITCODE_FAILURE, "%s", szErr); 1888 1888 1889 /* 1890 * Elevation check. 1891 */ 1892 RTEXITCODE rcExit; 1889 1893 #ifdef WITH_ELEVATION 1890 /*1891 * Elevation check.1892 */1893 1894 bool fElevated; 1894 RTEXITCODE 1895 RTEXITCODE rcExit = ElevationCheck(&fElevated); 1895 1896 if (rcExit != RTEXITCODE_SUCCESS) 1896 1897 return rcExit;
Note:
See TracChangeset
for help on using the changeset viewer.