X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e13f1288772a23069470562fb5e0ce228640e77c..6c99908c512489b614fb7a4fb010b1d6c2a6857e:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 92bfe23367..365de9e7c0 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -636,6 +636,10 @@ // wxDC cacheing implementation #define wxUSE_DC_CACHEING 1 +// Set this to 1 to enable the use of DIB's for wxBitmap to support +// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only. +#define wxUSE_DIB_FOR_BITMAP 0 + // ---------------------------------------------------------------------------- // common dialogs // ----------------------------------------------------------------------------