VirtualBox

Changeset 25875 in vbox


Ignore:
Timestamp:
Jan 18, 2010 9:07:38 AM (15 years ago)
Author:
vboxsync
Message:

Additions/VBoxControl: undo accidentally committed testing hacks

File:
1 edited

Legend:

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

    r25873 r25875  
    7171enum g_eUsage
    7272{
    73 #ifdef RT_OS_LINUX
     73#ifdef RT_OS_WINDOWS
    7474    GET_VIDEO_ACCEL,
    7575    SET_VIDEO_ACCEL,
     
    9494/* Exclude the Windows bits from the test version.  Anyone who needs to test
    9595 * them can fix this. */
    96 #if defined(RT_OS_LINUX) && !defined(VBOX_CONTROL_TEST)
     96#if defined(RT_OS_WINDOWS) && !defined(VBOX_CONTROL_TEST)
    9797    if ((GET_VIDEO_ACCEL == eWhich) || (USAGE_ALL == eWhich))
    9898        doUsage("", g_pszProgName, "getvideoacceleration");
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