VirtualBox

Changeset 101188 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 20, 2023 9:19:31 AM (16 months ago)
Author:
vboxsync
Message:

ostypes.h: Renamed _arm32 / _arm64 -> _ARM32 / _ARM64, to match the rest of the stuff.

File:
1 edited

Legend:

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

    r101184 r101188  
    5656    VBOXOSTYPE_Unknown          = 0,
    5757    VBOXOSTYPE_Unknown_x64      = 0x00100,
    58     VBOXOSTYPE_Unknown_arm32    = 0x00200,
    59     VBOXOSTYPE_Unknown_arm64    = 0x00300,
     58    VBOXOSTYPE_Unknown_ARM32    = 0x00200,
     59    VBOXOSTYPE_Unknown_ARM64    = 0x00300,
    6060
    6161    /** @name DOS and it's descendants
     
    278278    VBOXOSTYPE_x64              = 0x00100,
    279279    /** Architecture value for 32-bit ARM. */
    280     VBOXOSTYPE_arm32            = 0x00200,
     280    VBOXOSTYPE_ARM32            = 0x00200,
    281281    /** Architecture value for 64-bit ARM. */
    282     VBOXOSTYPE_arm64            = 0x00300,
     282    VBOXOSTYPE_ARM64            = 0x00300,
    283283    /** Architecture value for unknown or unsupported architectures. */
    284284    VBOXOSTYPE_UnknownArch      = 0x00f00,
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