VirtualBox

Ignore:
Timestamp:
Jul 4, 2008 3:50:36 PM (16 years ago)
Author:
vboxsync
Message:

Guest properties: added some missing ifdefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp

    r10142 r10234  
    2727#include <VBox/VBoxGuest.h>
    2828#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 */
    3032
    3133void printHelp()
     
    4547           "VBoxControl   setvideomode <width> <height> <bpp> <screen>\n"
    4648           "\n"
     49#ifdef VBOX_WITH_INFO_SVC
    4750           "VBoxControl   getguestproperty <key>\n"
    4851           "\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          );
    5055}
    5156
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette