X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/baff4ae246881d54c11722470d65931e0b6c9c78..9ba53034e70495658adbe84265e7fd477e100dc2:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 609c0322d1..0021a80906 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -664,6 +664,9 @@ // number entry dialog #define wxUSE_NUMBERDLG 1 +// splash screen class +#define wxUSE_SPLASH 1 + // wizards #define wxUSE_WIZARDDLG 1 @@ -887,6 +890,9 @@ // Set to 1 for XPM format support #define wxUSE_XPM 1 +// Set to 1 to compile in wxPalette class +#define wxUSE_PALETTE 1 + // ---------------------------------------------------------------------------- // Windows-only settings // ----------------------------------------------------------------------------