Changeset 107804 in vbox
- Timestamp:
- Jan 16, 2025 9:21:07 AM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp ¶
r107801 r107804 611 611 612 612 BOOL fOsXGuest = FALSE; 613 BOOL fWinGuest = FALSE;613 /*BOOL fWinGuest = FALSE; unused*/ 614 614 BOOL fOs2Guest = FALSE; 615 615 BOOL fW9xGuest = FALSE; … … 620 620 hrc = pGuestOSType->COMGETTER(FamilyId)(guestTypeFamilyId.asOutParam()); H(); 621 621 fOsXGuest = guestTypeFamilyId == Bstr("MacOS"); 622 fWinGuest = guestTypeFamilyId == Bstr("Windows");622 /*fWinGuest = guestTypeFamilyId == Bstr("Windows");*/ 623 623 fOs2Guest = osTypeId.startsWith(GUEST_OS_ID_STR_PARTIAL("OS2")); 624 624 fW9xGuest = osTypeId.startsWith(GUEST_OS_ID_STR_PARTIAL("Windows9")); /* Does not include Windows Me. */
Note:
See TracChangeset
for help on using the changeset viewer.