X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e88f6524513de78a0f8434e188ae0e7c354dba05..cbfc8d9a612c3c498b0716e828629674f4e63363:/include/wx/msw/wince/setup.h diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index f4b472cb40..7c74cdd3ed 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.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 @@ -901,6 +905,14 @@ // wizards #define wxUSE_WIZARDDLG 1 +// Compile in wxAboutBox() function showing the standard "About" dialog. +// +// Default is 1 +// +// Recommended setting: 1 but can be set to 0 to save some space if you don't +// use this function +#define wxUSE_ABOUTDLG 1 + // ---------------------------------------------------------------------------- // Metafiles support // ---------------------------------------------------------------------------- @@ -1030,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 @@ -1229,6 +1251,11 @@ #undef wxUSE_COMMON_DIALOGS #define wxUSE_COMMON_DIALOGS 1 +// don't use wxRichTextCtrl on WinCE yet, it's not ready, plus it's +// probably overkill for a WinCE environment. +#undef wxUSE_RICHTEXT +#define wxUSE_RICHTEXT 0 + // ---------------------------------------------------------------------------- // Crash debugging helpers // ----------------------------------------------------------------------------