X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a05fd8d137bbe26acd4f86adf6d62c55424822c..236ef8a96689d30479e10dc33485b3e5041b16e5:/include/wx/stubs/setup.h?ds=sidebyside diff --git a/include/wx/stubs/setup.h b/include/wx/stubs/setup.h index 68f1572249..c11c00ae61 100644 --- a/include/wx/stubs/setup.h +++ b/include/wx/stubs/setup.h @@ -120,6 +120,10 @@ // 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.