VirtualBox

Changeset 93106 in vbox for trunk/src


Ignore:
Timestamp:
Dec 30, 2021 11:35:34 PM (3 years ago)
Author:
vboxsync
Message:

ConsoleImpl2.cpp: Use Bstr::startsWith. ticketref:20625

File:
1 edited

Legend:

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

    r93102 r93106  
    12961296
    12971297        /* Enable workaround for missing TLB flush for OS/2 guests, see ticketref:20625. */
    1298         if (RTUtf16NCmpAscii(osTypeId.raw(), RT_STR_TUPLE("OS2")) == 0)
     1298        if (osTypeId.startsWith("OS2"))
    12991299            InsertConfigInteger(pHM, "MissingOS2TlbFlushWorkaround", 1);
    13001300
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