]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
[wxWidgets.git] / include / wx / os2 / setup0.h
index e0eb8e2836c3cbb3d639c5febc6794f08e9dab0c..24bbff72f4f7628d294bbe7edab464494efaffac 100644 (file)
 #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_