]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cpp.h
Use explicit wxPGPropertyFlags enum type with wxPGProperty::SetFlag() and similar...
[wxWidgets.git] / interface / wx / cpp.h
index 16a919d4bcc8590ac16eda8ecac06c840f061664..094d408695f3a540a45cfb4ed833831477457fc2 100644 (file)
 */
 #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__
+
 //@}