X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5d46b7362198fd94a5fd3b751df86287f2187bc..b5b49e42939fd7ef098241733648b534f71b526c:/include/wx/univ/setup.h diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index d76f21470f..1873148307 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -76,7 +76,7 @@ #define wxUSE_TEXTFILE 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 0 // was 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1 @@ -173,12 +173,9 @@ #define wxODBC_BACKWARD_COMPATABILITY 0 #define REMOVE_UNUSED_ARG 1 #define wxUSE_IOSTREAMH 0 -#define wxUSE_LIBPNG 0 -#define wxUSE_LIBJPEG 0 -#define wxUSE_LIBTIFF 0 -#define wxUSE_GIF 0 -#define wxUSE_PNM 0 -#define wxUSE_PCX 0 + +#define wxUSE_ICO_CUR 1 + #define wxUSE_MFC 0 #define wxUSE_OLE 0 #define wxUSE_CTL3D 0 @@ -230,7 +227,7 @@ #define wxUSE_TEXTFILE 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1 @@ -327,12 +324,9 @@ #define wxODBC_BACKWARD_COMPATABILITY 0 #define REMOVE_UNUSED_ARG 1 #define wxUSE_IOSTREAMH 0 -#define wxUSE_LIBPNG 0 -#define wxUSE_LIBJPEG 0 -#define wxUSE_LIBTIFF 0 -#define wxUSE_GIF 0 -#define wxUSE_PNM 0 -#define wxUSE_PCX 0 + +#define wxUSE_ICO_CUR 1 + #define wxUSE_MFC 0 #define wxUSE_OLE 0 #define wxUSE_CTL3D 0 @@ -389,7 +383,7 @@ #define wxUSE_TEXTBUFFER 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1 @@ -494,6 +488,9 @@ #define wxUSE_GIF 0 #define wxUSE_PNM 0 #define wxUSE_PCX 0 + +#define wxUSE_ICO_CUR 1 + #define wxUSE_MFC 0 #define wxUSE_OLE 0 #define wxUSE_CTL3D 0 @@ -504,4 +501,12 @@ #define wxUSE_PALETTE 0 +#define wxUSE_LIBPNG 0 +#define wxUSE_LIBJPEG 0 +#define wxUSE_LIBTIFF 0 +#define wxUSE_IFF 0 +#define wxUSE_GIF 0 +#define wxUSE_PNM 0 +#define wxUSE_PCX 0 + #endif // _WX_UNIV_SETUP_H_