]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
fix for GTK+ version check caching (now it actually works)
[wxWidgets.git] / setup.h_vms
index e98846968753d399c17fb7dda76108884c7c72ae..cabcf6885dbfe2a9e51626db93048b0ef62185c0 100644 (file)
  */
 #define wxUSE_ZIPSTREAM 1
 
+/*
+ * wxImage support
+ */
+#define wxUSE_IMAGE 1
+
 /*
  * GIF image format support
  */
  */
 #define wxUSE_PNM 1
  
+/*
+ * XPM image format support
+ */
+#define wxUSE_XPM 1
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.
  * present */
 #define WX_GMTOFF_IN_TM
 
+/* iconv()'s 2nd argument is char ** and not const char ** */
+#define WX_ICONV_TAKES_CHAR 1
+
 /* Define if you have pw_gecos field in struct passwd */
 #undef HAVE_PW_GECOS