X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e766c8a9ad51ecf73e8f1641992f1007ee9e5e0a..72594e90b2da8c167ba63b89b2c168c57a19cab4:/include/wx/univ/setup.h diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index 24f7b684c7..b115ff9e58 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -71,6 +71,7 @@ #define wxUSE_FONTMAP 0 #define wxUSE_MIMETYPE 0 #define wxUSE_IMAGE 1 +#define wxUSE_SYSTEM_OPTIONS 1 #define wxUSE_CONTROLS 1 #define wxUSE_POPUPWIN 1 @@ -107,6 +108,7 @@ #define wxUSE_GRID 0 #define wxUSE_NEW_GRID 0 #define wxUSE_VALIDATORS 0 +#define wxUSE_DC_CACHEING 0 #define wxUSE_ACCEL 1 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0 #define wxUSE_COMMON_DIALOGS 0 @@ -116,7 +118,8 @@ #define wxUSE_DIRDLG 0 #define wxUSE_FONTDLG 0 #define wxUSE_FILEDLG 0 -#define wxUSE_TEXTDLG 0 +#define wxUSE_FILEDLG 0 +#define wxUSE_COLOURDLG 0 #define wxUSE_CHOICEDLG 0 #define wxUSE_NUMBERDLG 0 #define wxUSE_STARTUP_TIPS 0 @@ -124,6 +127,7 @@ #define wxUSE_SPLITTER 1 #define wxUSE_TAB_DIALOG 0 +#define wxUSE_JOYSTICK 0 #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 #define wxUSE_WIN_METAFILES_ALWAYS 0 @@ -181,6 +185,7 @@ #define wxUSE_GLOBAL_MEMORY_OPERATORS 0 #define wxUSE_DEBUG_NEW_ALWAYS 0 #define wxUSE_ON_FATAL_EXCEPTION 0 +#define wxUSE_REGEX 0 #define wxUSE_UNICODE 0 #define wxUSE_WCHAR_T 0 @@ -220,6 +225,7 @@ #define wxUSE_FONTMAP 0 #define wxUSE_MIMETYPE 0 #define wxUSE_IMAGE 1 +#define wxUSE_SYSTEM_OPTIONS 1 #define wxUSE_CONTROLS 1 #define wxUSE_POPUPWIN 1 @@ -256,6 +262,7 @@ #define wxUSE_GRID 0 #define wxUSE_NEW_GRID 0 #define wxUSE_VALIDATORS 0 +#define wxUSE_DC_CACHEING 1 #define wxUSE_ACCEL 1 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0 #define wxUSE_COMMON_DIALOGS 0 @@ -265,6 +272,7 @@ #define wxUSE_DIRDLG 0 #define wxUSE_FONTDLG 0 #define wxUSE_FILEDLG 0 +#define wxUSE_COLOURDLG 0 #define wxUSE_TEXTDLG 0 #define wxUSE_CHOICEDLG 0 #define wxUSE_NUMBERDLG 0 @@ -273,6 +281,7 @@ #define wxUSE_SPLITTER 1 #define wxUSE_TAB_DIALOG 0 +#define wxUSE_JOYSTICK 0 #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 #define wxUSE_WIN_METAFILES_ALWAYS 0 @@ -320,4 +329,6 @@ #endif +#define wxUSE_PALETTE 0 + #endif // _WX_UNIV_SETUP_H_