]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple...
[wxWidgets.git] / setup.h.in
index a87a6ddc1ee1bd6ae1372f5febe27cae235f595c..866296b1bf4b35d10a61c3c0b590fce5625d7bbe 100644 (file)
 
 #define wxUSE_AUI       0
 
+
 #define wxUSE_CONTROLS     0
 
 #define wxUSE_POPUPWIN     0
 
 #define wxUSE_HELP        0
 
-#define wxUSE_MS_HTML_HELP 0
-
 
 #define wxUSE_WXHTML_HELP 0
 
  * with 'char*' for the 3rd parameter instead of 'const char*' */
 #undef HAVE_BROKEN_SNPRINTF_DECL
 
+/* Define if you have a snprintf() which supports positional arguments
+   (defined in the unix98 standard) */
+#undef HAVE_UNIX98_PRINTF
+
 /* define if you have statfs function */
 #undef HAVE_STATFS