- Timestamp:
- May 27, 2020 7:32:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r83870 r84551 2287 2287 osType = eOSType_Linux; 2288 2288 2289 #if 1 /* Only Windows is supported (and tested) at the moment. */2290 2289 if ( RT_SUCCESS(rc) 2291 2290 && ( osType != eOSType_Windows 2292 2291 && osType != eOSType_Linux)) 2292 /** @todo Support Solaris. */ 2293 2293 { 2294 2294 hr = setProgressErrorMsg(VBOX_E_NOT_SUPPORTED, … … 2297 2297 rc = VERR_NOT_SUPPORTED; 2298 2298 } 2299 #endif2300 2299 } 2301 2300 }
Note:
See TracChangeset
for help on using the changeset viewer.