X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fc1c0f091f88a7af08db2b7fef6bd3637e1b026..0bf36922c8a60f19dccc3889c15b281fc94d69c5:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4c45043ad0..fa3a177a4e 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -323,6 +323,14 @@ // Recommended setting: 1 #define wxUSE_LONGLONG 1 +// Set wxUSE_BASE64 to 1, to compile in Base64 support. This is required for +// storing binary data in wxConfig on most platforms. +// +// Default is 1. +// +// Recommended setting: 1 (but can be safely disabled if you don't use it) +#define wxUSE_BASE64 1 + // Set wxUSE_(F)FILE to 1 to compile wx(F)File classes. wxFile uses low level // POSIX functions for file access, wxFFile uses ANSI C stdio.h functions. // @@ -639,6 +647,7 @@ #define wxUSE_DATAVIEWCTRL 1 // wxDataViewCtrl #define wxUSE_DATEPICKCTRL 1 // wxDatePickerCtrl #define wxUSE_DIRPICKERCTRL 1 // wxDirPickerCtrl +#define wxUSE_EDITABLELISTBOX 1 // wxEditableListBox #define wxUSE_FILEPICKERCTRL 1 // wxFilePickerCtrl #define wxUSE_FONTPICKERCTRL 1 // wxFontPickerCtrl #define wxUSE_GAUGE 1 // wxGauge