#define wxUSE_URL_NATIVE 0
+#define wxUSE_VARIANT 0
+
#define wxUSE_REGEX 0
#define wxUSE_SYSTEM_OPTIONS 0
#define wxUSE_ODCOMBOBOX 0
+#define wxUSE_BITMAPCOMBOBOX 0
+
#define wxUSE_ACCEL 0
#define wxUSE_HELP 0
-#define wxUSE_MS_HTML_HELP 0
-
#define wxUSE_WXHTML_HELP 0
*/
#undef VA_LIST_IS_ARRAY
+/*
+ * Define if the compiler supports variadic macros
+ */
+#undef HAVE_VARIADIC_MACROS
+
/*
* Define if your compiler has std::wstring
*/
*/
#define wxUSE_X_RESOURCES 0
/*
- * Use OLE (MSW only)
+ * Use OLE and OLE Automation (MSW only)
*/
#define wxUSE_OLE 0
+#define wxUSE_OLE_AUTOMATION 0
/* for compatibility */
#define wxUSE_WX_RESOURCES wxUSE_RESOURCES
/* 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 */