/*
* Compatibility with 2.2 API
*/
-#define WXWIN_COMPATIBILITY_2_2 1
+#define WXWIN_COMPATIBILITY_2_2 0
+/*
+ * Compatibility with 2.4 API
+ */
+#define WXWIN_COMPATIBILITY_2_4 1
/*
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
/* Define if you have vsnprintf() */
#undef HAVE_VSNPRINTF
+/* Define if you have vsnprintf() declaration in the header */
+#undef HAVE_VSNPRINTF_DECL
+
/* Define if you have usleep() */
#define HAVE_USLEEP 1