X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/cpp.h diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h index 16a919d4bc..69ded3f6dc 100644 --- a/interface/wx/cpp.h +++ b/interface/wx/cpp.h @@ -2,8 +2,7 @@ // Name: cpp.h // Purpose: interface of global functions // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -48,5 +47,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__ + //@}