X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7fe7d506b191a94ce327c2a18733a4d3bc576cac..fd323a5e230f2b08227b307ff900698fb85d5519:/include/wx/stubs/setup.h?ds=sidebyside diff --git a/include/wx/stubs/setup.h b/include/wx/stubs/setup.h index 8029a0d6a8..9b2a42e62f 100644 --- a/include/wx/stubs/setup.h +++ b/include/wx/stubs/setup.h @@ -111,6 +111,18 @@ // 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 *