]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
changed the usage of the member vars to be more consistent
[wxWidgets.git] / setup.h.in
index 57922f4d85a982717673ed6e8649cacf16ba3c27..6c22732a6a62326b5661c81e4caf395c47e5b0ad 100644 (file)
  */
 #define wxUSE_PCX 0
 
+/*
+ * IFF image format support
+ */
+#define wxUSE_IFF 0
+
 /*
  * PNM image format support
  */
  */
 #define wxUSE_XPM 0
 
+/*
+ * MS ICO (and CUR,ANI derivatives) image format support (on any platform)
+ */
+#define wxUSE_ICO_CUR 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.