X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..7ed24cb652413094e211940d7177d89e9fc805f5:/interface/wx/cpp.h?ds=sidebyside diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h index 16a919d4bc..7b03b55fde 100644 --- a/interface/wx/cpp.h +++ b/interface/wx/cpp.h @@ -3,7 +3,7 @@ // Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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__ + //@}