Changeset 56744 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2015 10:31:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r56294 r56744 957 957 958 958 959 #if 1 960 961 /* Try using RTPathRmCmd. */ 962 static RTEXITCODE VBoxServiceToolboxRm(int argc, char **argv) 963 { 964 return RTPathRmCmd(argc, argv); 965 } 966 967 #else 959 968 static char g_paszRmHelp[] = 960 969 " VBoxService [--use-toolbox] vbox_rm [<general options>] [<options>] <file>...\n\n" … … 1136 1145 return RT_SUCCESS(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE; 1137 1146 } 1147 #endif 1138 1148 1139 1149
Note:
See TracChangeset
for help on using the changeset viewer.