X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26e422a9adf74e0744a83f2647de4714f13786d3..533bedbf307fd324ebc864ad1b5292977c4fa7bc:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 8eb5b31ee3..ae2ea280f3 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -268,7 +268,7 @@ #define wxUSE_STD_IOSTREAM 0 // Enable conversion to standard C++ string if 1. -#define wxUSE_STD_STRING 0 +#define wxUSE_STD_STRING 1 // Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf. // Note that if the system's implementation does not support positional @@ -434,9 +434,6 @@ // 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 wxTarInput/OutputStream classes. #define wxUSE_TARSTREAM 1 @@ -517,7 +514,7 @@ // // Default is 1. // -// Recommended setting: 1 +// Recommended setting: 1 #define wxUSE_MEDIACTRL 1 // Use GStreamer for Unix (req a lot of dependancies) @@ -612,6 +609,7 @@ #define wxUSE_CHECKBOX 1 // wxCheckBox #define wxUSE_CHECKLISTBOX 1 // wxCheckListBox (requires wxUSE_OWNER_DRAWN) #define wxUSE_CHOICE 1 // wxChoice +#define wxUSE_COLLPANE 1 // wxCollapsiblePane #define wxUSE_COLOURPICKERCTRL 1 // wxColourPickerCtrl #define wxUSE_COMBOBOX 1 // wxComboBox #define wxUSE_DATAVIEWCTRL 1 // wxDataViewCtrl @@ -1147,6 +1145,9 @@ // Set to 1 for TIFF format support (requires libtiff) #define wxUSE_LIBTIFF 1 +// Set to 1 for TGA format support (loading only) +#define wxUSE_TGA 1 + // Set to 1 for GIF format support #define wxUSE_GIF 1