]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cpp.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / cpp.h
index 16a919d4bcc8590ac16eda8ecac06c840f061664..69ded3f6dc9b37abf4f8948bc7ef044e9635c927 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        cpp.h
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // Name:        cpp.h
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
 */
 #define wxSTRINGIZE_T(x)
 
 */
 #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__
+
 //@}
 
 //@}