Home
last modified time | relevance | path

Searched defs:MFunc (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/config/
Dcompiler.h26 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
37 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc argument
47 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
57 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) __declspec(deprecated(msg)) MFunc argument
70 #define NW_DEPRECATED_FUNCTION(MFunc) MFunc argument
72 …#define NW_DEPRECATED_FUNCTION(MFunc) NW_DEPRECATED_FUNCTION_MSG(MFunc, "## Deprecated function ##… argument