*/
#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.