Changeset 10234 in vbox for trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp
- Timestamp:
- Jul 4, 2008 3:50:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp
r10142 r10234 27 27 #include <VBox/VBoxGuest.h> 28 28 #include <VBox/version.h> 29 #include <VBox/HostServices/VBoxInfoSvc.h> 29 #ifdef VBOX_WITH_INFO_SVC 30 # include <VBox/HostServices/VBoxInfoSvc.h> 31 #endif /* VBOX_WITH_INFO_SVC */ 30 32 31 33 void printHelp() … … 45 47 "VBoxControl setvideomode <width> <height> <bpp> <screen>\n" 46 48 "\n" 49 #ifdef VBOX_WITH_INFO_SVC 47 50 "VBoxControl getguestproperty <key>\n" 48 51 "\n" 49 "VBoxControl setguestproperty <key> [<value>] (no value to delete)\n"); 52 "VBoxControl setguestproperty <key> [<value>] (no value to delete)\n" 53 #endif /* VBOX_WITH_INFO_SVC */ 54 ); 50 55 } 51 56
Note:
See TracChangeset
for help on using the changeset viewer.