Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/config/
Dcompiler.h24 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
34 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc argument
43 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
52 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) __declspec(deprecated(msg)) MFunc argument
64 #define NW_DEPRECATED_FUNCTION(MFunc) MFunc argument
66 …#define NW_DEPRECATED_FUNCTION(MFunc) NW_DEPRECATED_FUNCTION_MSG(MFunc, "## Deprecated function ##… argument