X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd7d36c065d638f48cff0845a43e35b9ed1e25f6..d8dd214c1bccfd7a7defdbbedd69aef706a8816b:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 14ba6c8136..c14e3db437 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -436,6 +436,9 @@ // Set to 1 to compile wxZipInput/OutputStream classes. #define wxUSE_ZIPSTREAM 1 +// Set to 1 to compile wxBackingFile and wxBackedInputStream +#define wxUSE_BACKINGFILE 1 + // Set to 1 to compile wxZlibInput/OutputStream classes. Also required by // wxUSE_LIBPNG #define wxUSE_ZLIB 1 @@ -561,7 +564,7 @@ // // Recommended setting: 1 #ifndef wxUSE_GRAPHICS_CONTEXT -#define wxUSE_GRAPHICS_CONTEXT 1 +#define wxUSE_GRAPHICS_CONTEXT 0 #endif // ----------------------------------------------------------------------------