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

/vbox/src/VBox/Runtime/include/internal/
H A Diprt.h64 /** @def RT_MORE_STRICT
66 #if !defined(RT_MORE_STRICT) && (defined(DEBUG) || defined(RT_STRICT) || defined(DOXYGEN_RUNNING)) && !defined(RT_OS_WINDOWS) /** @todo enable on windows after testing */
67 # define RT_MORE_STRICT macro
73 * disabled. When RT_MORE_STRICT isn't defined it declares an uninitialized
81 * disable/enable status. This is a noop when RT_MORE_STRICT isn't defined. */
82 #ifdef RT_MORE_STRICT
101 #ifdef RT_MORE_STRICT
117 #ifdef RT_MORE_STRICT
127 #ifdef RT_MORE_STRICT
145 #ifdef RT_MORE_STRICT
[all...]

Completed in 63 milliseconds