VirtualBox

Changeset 84551 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2020 7:32:21 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Automatic GA updating nit. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r83870 r84551  
    22872287                osType = eOSType_Linux;
    22882288
    2289 #if 1 /* Only Windows is supported (and tested) at the moment. */
    22902289            if (   RT_SUCCESS(rc)
    22912290                && (   osType != eOSType_Windows
    22922291                    && osType != eOSType_Linux))
     2292                /** @todo Support Solaris. */
    22932293            {
    22942294                hr = setProgressErrorMsg(VBOX_E_NOT_SUPPORTED,
     
    22972297                rc = VERR_NOT_SUPPORTED;
    22982298            }
    2299 #endif
    23002299        }
    23012300    }
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