Searched defs:THIS_FUNCTION_IS_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) macro19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func macro21 #define THIS_FUNCTION_IS_DEPRECATED(func) func macro