#define wxUSE_DYNLIB_CLASS 1
// experimental, don't use for now
-#define wxUSE_DYNAMIC_LOADER 0
+#define wxUSE_DYNAMIC_LOADER 1
// Set to 1 to use socket classes
#define wxUSE_SOCKETS 1
// Set to 1 for PCX format support
#define wxUSE_PCX 1
+// Set to 1 for IFF format support (Amiga format)
+#define wxUSE_IFF 0
+
// Set to 1 for XPM format support
#define wxUSE_XPM 1
+// Set to 1 for MS Icons and Cursors format support
+#define wxUSE_ICO_CUR 1
+
// Set to 1 to compile in wxPalette class
#define wxUSE_PALETTE 1