X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..9a38aced4ecb7c9ca602e66b2defb8c2a1307d52:/interface/wx/cpp.h diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h index 16a919d4bc..094d408695 100644 --- a/interface/wx/cpp.h +++ b/interface/wx/cpp.h @@ -48,5 +48,14 @@ */ #define wxSTRINGIZE_T(x) +/** + This macro expands to the name of the current function if the compiler + supports any of @c __FUNCTION__, @c __func__ or equivalent variables or + macros or to @NULL if none of them is available. + + @header{wx/cpp.h} +*/ +#define __WXFUNCTION__ + //@}