VirtualBox

Changeset 101379 in vbox for trunk/src/VBox/Main/idl


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/src/VBox/Main/idl/VirtualBox.xidl

    r101371 r101379  
    291291<cpp line="#define GUEST_OS_ID_STR_X86(a_szOSid)     a_szOSid"/>
    292292<cpp line="#if 0 /** @todo r=bird: revert to legacy naming: */"/>
    293 <cpp line="#define GUEST_OS_ID_STR_X64(a_szOSid)     a_szOSid  &quot;_64&quot;"/>
     293<cpp line="# define GUEST_OS_ID_STR_X64(a_szOSid)    a_szOSid  &quot;_64&quot;"/>
     294<cpp line="# define GUEST_OS_ID_STYLE_LEGACY"/>
    294295<cpp line="#else"/>
    295 <cpp line="#define GUEST_OS_ID_STR_X64(a_szOSid)     a_szOSid  &quot;_x64&quot;"/>
     296<cpp line="# define GUEST_OS_ID_STR_X64(a_szOSid)    a_szOSid  &quot;_x64&quot;"/>
     297<cpp line="# define GUEST_OS_ID_STYLE_PARTIAL_CLEANUP"/>
    296298<cpp line="#endif"/>
    297299<cpp line="#define GUEST_OS_ID_STR_A32(a_szOSid)     a_szOSid  &quot;_arm32&quot;"/>
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