X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..6dddc146fbea484558c02c18ea8250549329c70e:/include/wx/stubs/setup.h?ds=sidebyside diff --git a/include/wx/stubs/setup.h b/include/wx/stubs/setup.h index 0456d8c1a6..c11c00ae61 100644 --- a/include/wx/stubs/setup.h +++ b/include/wx/stubs/setup.h @@ -120,12 +120,24 @@ // Use zlib for compression in streams and PNG code #define wxUSE_LIBPNG 1 // Use PNG bitmap code +#define wxUSE_LIBPNG 0 + // Use JPEG bitmap code +#define wxUSE_LIBGIF 0 + // Use GIF bitmap code #define wxUSE_STD_IOSTREAM 1 // Use standard C++ streams if 1. If 0, use wxWin // streams implementation. #define wxUSE_SERIAL 0 // Use serialization + +#define wxUSE_TOOLTIPS 0 + // Use tooltips + +#define wxUSE_DYNLIB_CLASS 0 + // Use wxLibrary +#define wxUSE_SOCKETS 1 + // Set to 1 to use socket classes /* * Finer detail *