Searched defs:DECL_HIDDEN_CONST (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h970 /** @def DECL_HIDDEN_CONST
977 # define DECL_HIDDEN_CONST(a_Type) a_Type macro
979 # define DECL_HIDDEN_CONST(a_Type) DECLHIDDEN(a_Type) macro
1251 * Definition of a const variable. See DECL_HIDDEN_CONST.
1257 # define RT_DECL_DATA_CONST(type) DECL_HIDDEN_CONST(type)

Completed in 54 milliseconds