Changeset 54068 in vbox
- Timestamp:
- Feb 3, 2015 11:13:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/VBoxTpG.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r48934 r54068 164 164 /** The type has the same size as the host architecture. */ 165 165 #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) 166 168 /** The type applies to ring-3 context. */ 167 169 #define VTG_TYPE_CTX_R3 RT_BIT_32(24)
Note:
See TracChangeset
for help on using the changeset viewer.

