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

/vbox/include/iprt/
H A Dcdefs.h1250 /** @def RT_DECL_DATA_CONST(type)
1257 # define RT_DECL_DATA_CONST(type) DECL_HIDDEN_CONST(type) macro
1261 # define RT_DECL_DATA_CONST(type) type macro
1263 # define RT_DECL_DATA_CONST(type) DECLEXPORT(type) macro
1268 # define RT_DECL_DATA_CONST(type) DECLIMPORT(type) macro

Completed in 69 milliseconds