VirtualBox

Changeset 54068 in vbox


Ignore:
Timestamp:
Feb 3, 2015 11:13:50 AM (10 years ago)
Author:
vboxsync
Message:

try address the 'char *' conversion warnings on solaris.

File:
1 edited

Legend:

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

    r48934 r54068  
    164164/** The type has the same size as the host architecture. */
    165165#define VTG_TYPE_HC_ARCH_SIZED  RT_BIT_32(11)
     166/** Const char pointer, requires casting in wrapper headers. */
     167#define VTG_TYPE_CONST_CHAR_PTR RT_BIT_32(12)
    166168/** The type applies to ring-3 context. */
    167169#define VTG_TYPE_CTX_R3         RT_BIT_32(24)
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