]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Changed all symbols with the name "id" to "timerid" to allow Objective-C++
[wxWidgets.git] / include / wx / os2 / setup0.h
index e3fcbed7ac330436eb8d6a5a34816daf405ff6e9..58d1b1297cb31e4214b21e0963f9994f70ebd2a4 100644 (file)
@@ -16,6 +16,8 @@
 // global settings
 // ----------------------------------------------------------------------------
 
+#define wxUSE_EXCEPTIONS    1
+
 // define this to 1 if you want icons to behave as bitmaps
 #define wxICON_IS_BITMAP     0
 
 #define wxUSE_MIMETYPE     1
 #define wxUSE_MSGDLG       1
 #define wxUSE_NOTEBOOK     1
+#define wxUSE_LISTBOOK     1
 #define wxUSE_SPLITTER     1
 #define wxUSE_STOPWATCH    1
 #define wxUSE_TAB_DIALOG   1
                                   // and make the library thread safe
 #define wxUSE_ZLIB          1
                                   // Use zlib for compression in streams and PNG code
+#define wxUSE_GZSTREAM      1
+                                  // Set to 1 to compile wxGzipInput/OutputStream classes.
+                                  // Requires wxUSE_ZLIB.
 #define wxUSE_IMAGE         1
                                   // Set to 1 for wxImage support (recommended).
 #define wxUSE_LIBPNG        1