#define wxUSE_XPM 1
// Set to 1 for XPM format support
+
+#define wxUSE_ICO_CUR 1
+ // Set to 1 for MS Icons and Cursors format support
+
#define wxUSE_SERIAL 1
// Use serialization (requires utils/serialize)
#define wxUSE_TOOLTIPS 1
// DLL loading and function calling
#define wxUSE_DYNAMIC_LOADER 0
+#define wxUSE_PROTOCOL 1
+#define wxUSE_URL 1
+#define wxUSE_PROTOCOL_HTTP 1
+#define wxUSE_PROTOCOL_FTP 1
+#define wxUSE_PROTOCOL_FILE 1
+
#endif
// _WX_SETUP_H_