X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2d14464a55ec9bc47dbaee6f1f4488ad525334a..53f6aab75294c585e53e02b618a09dcb1dd97fb8:/include/wx/univ/setup.h diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index 8d42edaf18..6bbef6b038 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -16,6 +16,17 @@ // not all ports implement everything... // ---------------------------------------------------------------------------- +// FIXME: why do we have different sections for Mac/OS2/the rest? Most settings +// should have the same value, like this it's a real pain to update this +// file... + +#define wxUSE_DYNAMIC_LOADER 0 + +#define wxUSE_PROTOCOL 0 +#define wxUSE_URL 0 + +#define wxUSE_UNICODE_MSLU 0 + #if defined(__WXMAC__) #define wxUSE_GUI 1 @@ -76,6 +87,7 @@ #define wxUSE_CONTROLS 1 #define wxUSE_POPUPWIN 1 +#define wxUSE_TIPWINDOW 1 #define wxUSE_BUTTON 1 #define wxUSE_BMPBUTTON 1 #define wxUSE_CALENDARCTRL 0 @@ -167,6 +179,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 @@ -229,6 +244,7 @@ #define wxUSE_CONTROLS 1 #define wxUSE_POPUPWIN 1 +#define wxUSE_TIPWINDOW 1 #define wxUSE_BUTTON 1 #define wxUSE_BMPBUTTON 1 #define wxUSE_CALENDARCTRL 0 @@ -320,6 +336,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 @@ -387,6 +406,7 @@ #define wxUSE_CONTROLS 1 #define wxUSE_POPUPWIN 1 +#define wxUSE_TIPWINDOW 1 #define wxUSE_BUTTON 1 #define wxUSE_BMPBUTTON 1 #define wxUSE_CALENDARCTRL 0 @@ -480,6 +500,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