]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode
[wxWidgets.git] / setup.h.in
index c6090c0bcb2554958d9420633d870138dee053c9..0b5a17c5938911c8e5db55f7b569be09fa6225b4 100644 (file)
  */
 #undef VA_LIST_IS_ARRAY
 
+/*
+ * Define if the compiler supports variadic macros
+ */
+#undef HAVE_VARIADIC_MACROS
+
 /*
  * Define if your compiler has std::wstring
  */
 /* Define this if you have wprintf() and related functions */
 #undef HAVE_WPRINTF
 
-/* Define this if you have wprintf() and related functions */
+/* Define this if you have swprintf() */
+#undef HAVE_SWPRINTF
+
+/* Define if you have a _broken_ swprintf() declaration in the header,
+ * without a 'size_t max' parameter as second argument */
+#undef HAVE_BROKEN_SWPRINTF_DECL
+
+/* Define this if you have vswprintf() and related functions */
 #undef HAVE_VSWPRINTF
 
 /* Define this if you have _vsnwprintf */