]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/debug.h
mac paths updated
[wxWidgets.git] / interface / debug.h
index 8668d880aa9ec00d1d700a426a63066290efd942..6338b9147902b1adfc9995994f0102f1df8729c9 100644 (file)
@@ -202,3 +202,19 @@ void wxTrap();
 
 //@}
 
+
+
+/** @ingroup group_funcmacro_misc */
+//@{
+
+/**
+    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/debug.h}
+*/
+#define __WXFUNCTION__
+
+//@}
+