X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9211cf3c4304902bffc1a65ab22d60290df661bd..166c3ef0f9a77a66143968be2c1b58747994d32e:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 0d621a8264..1fa92913e7 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -435,6 +435,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 @@ -600,6 +603,7 @@ // Default is 1 // // Recommended setting: 1 +#define wxUSE_ANIMATIONCTRL 1 // wxAnimationCtrl #define wxUSE_BUTTON 1 // wxButton #define wxUSE_BMPBUTTON 1 // wxBitmapButton #define wxUSE_CALENDARCTRL 1 // wxCalendarCtrl @@ -1038,6 +1042,16 @@ #define wxUSE_HELP 1 // 0 for no help facility +// Should we use MS HTML help for wxHelpController? If disabled, neither +// wxCHMHelpController nor wxBestHelpController are available. +// +// Default is 1 +// +// Recommended setting: 1, only set to 0 if you have trouble compiling +// wxCHMHelpController (could be a problem with really ancient compilers) +#define wxUSE_MS_HTML_HELP 1 + + // Use wxHTML-based help controller? #define wxUSE_WXHTML_HELP 1 @@ -1192,15 +1206,6 @@ #define wxUSE_UNICODE_MSLU 0 #endif -// Should we use MS HTML help for wxHelpController? If disabled, neither -// wxCHMHelpController nor wxBestHelpController are available. -// -// Default is 1 -// -// Recommended setting: 1, only set to 0 if you have trouble compiling -// wxCHMHelpController (could be a problem with really ancient compilers) -#define wxUSE_MS_HTML_HELP 1 - // Set this to 1 if you want to use wxWidgets and MFC in the same program. This // will override some other settings (see below) //