X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f11220943f14b4bb5190db0dfd0054304f5015c..2fff5f0811df871262c511b360f12d6808c107db:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 83a7a95159..4e12fe21ae 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -150,6 +150,8 @@ // Use zlib for compression in streams and PNG code #define wxUSE_LIBPNG 1 // Use PNG bitmap code +#define wxUSE_LIBJPEG 0 + // Use JPEG bitmap code #define wxUSE_STD_IOSTREAM 1 // Use standard C++ streams if 1. If 0, use wxWin // streams implementation.