X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad813b00d5956f35f2b1585a276095e24ce8ad5a..83413d6d2d4146c7c3ff46be54235d821d212328:/include/wx/stubs/setup.h?ds=sidebyside diff --git a/include/wx/stubs/setup.h b/include/wx/stubs/setup.h index 49c2fe8b50..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. @@ -132,6 +136,8 @@ #define wxUSE_DYNLIB_CLASS 0 // Use wxLibrary +#define wxUSE_SOCKETS 1 + // Set to 1 to use socket classes /* * Finer detail *