VirtualBox

Changeset 101379 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 6, 2023 8:45:30 AM (16 months ago)
Author:
vboxsync
Message:

Main: Prep for backing out the '_64' -> '_x64' change. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r101345 r101379  
    15871587    bool readSnapshot(const com::Guid &curSnapshotUuid, const xml::ElementNode &elmSnapshot, Snapshot &snap);
    15881588    static void convertGuestOSTypeFromPre1_5(com::Utf8Str &str);
     1589#ifdef GUEST_OS_ID_STYLE_PARTIAL_CLEANUP
    15891590    static void convertGuestOSTypeFromPre1_20(com::Utf8Str &str);
    15901591    static void convertGuestOSTypeToPre1_20(com::Utf8Str &str);
    1591     static void convertGuestOSTypeSuffix(com::Utf8Str &str, const char *pszToReplace, const char *pszReplacement);
     1592#else
     1593    static void convertGuestOSTypeFromDev1_20(com::Utf8Str &a_rstrOsType);
     1594#endif
     1595    static void convertGuestOSTypeSuffix(com::Utf8Str &a_rstrOsType, const char *a_pszToReplace, const char *a_pszReplacement);
    15921596    void readMachine(const xml::ElementNode &elmMachine);
    15931597    void readMachineEncrypted(const xml::ElementNode &elmMachine, PCVBOXCRYPTOIF pCryptoIf, const char *pszPassword);
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