]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/setup.h
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / include / wx / stubs / setup.h
index 8029a0d6a897efa41aa50cb57ec9114d68c1be0f..9b2a42e62ffad61cbbdffe687ab394cea40e2919 100644 (file)
                                   // if enabled, compiles built-in OS independent wxConfig
                                   // class and it's file (any platform) and registry (Win)
                                   // based implementations
+#define wxUSE_TIMEDATE      1
+                                  // Use time and date
+#define wxUSE_THREADS       0
+                                  // Use threads
+
+#define wxUSE_ZLIB          1
+                                  // Use zlib for compression in streams and PNG code
+#define wxUSE_LIBPNG        1
+                                  // Use PNG bitmap code
+#define wxUSE_STD_IOSTREAM  1
+                                  // Use standard C++ streams if 1. If 0, use wxWin
+                                  // streams implementation.
 /*
  * Finer detail
  *