*/
#define wxUSE_PCX 1
+/*
+ * IFF image format support
+ */
+#define wxUSE_IFF 1
+
/*
* PNM image format support
*/
*/
#define wxUSE_XPM 1
+/*
+ * MS Icons and Cursors format support
+ */
+#define wxUSE_ICO_CUR 0
+
/*
* Disable this if your compiler can't cope
* with omission of prototype parameters.