VirtualBox

Changeset 34521 in vbox for trunk/include


Ignore:
Timestamp:
Nov 30, 2010 2:35:40 PM (14 years ago)
Author:
vboxsync
Message:

VBoxGuest: Report 64-bit OS types (only linux got this right earlier).

File:
1 edited

Legend:

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

    r34497 r34521  
    113113    VBOXOSTYPE_MacOS_x64        = 0xB0100,
    114114    VBOXOSTYPE_JRockitVE        = 0xC0000,
     115/** The bit number which indicates 64-bit or 32-bit. */
     116#define VBOXOSTYPE_x64_BIT       8
     117    /** The mask which indicates 64-bit. */
     118    VBOXOSTYPE_x64            = 1 << VBOXOSTYPE_x64_BIT,
    115119    /** The usual 32-bit hack. */
    116120    VBOXOSTYPE_32BIT_HACK = 0x7fffffff
    117121} VBOXOSTYPE;
     122
    118123
    119124/**
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