X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/961f4d0ce6fb0478c2850d2da37e072d8636639a..f771bae35a55f0d229dad37b418cca8345af8fa8:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c97a5cbfe3..1a7de3353d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -325,7 +325,7 @@ #ifdef _MSC_VER -# if _MSC_VER >= 1400 +# if _MSC_VER >= 1310 #define wxUSE_GRAPHICS_CONTEXT 0 @@ -343,6 +343,9 @@ # define wxUSE_GRAPHICS_CONTEXT 0 #endif +#define wxUSE_CAIRO 0 + + #define wxUSE_CONTROLS 0 @@ -360,6 +363,7 @@ #define wxUSE_COLLPANE 0 #define wxUSE_COLOURPICKERCTRL 0 #define wxUSE_COMBOBOX 0 +#define wxUSE_COMMANDLINKBUTTON 0 #define wxUSE_DATAVIEWCTRL 0 #define wxUSE_DATEPICKCTRL 0 #define wxUSE_DIRPICKERCTRL 0 @@ -374,6 +378,7 @@ #define wxUSE_LISTCTRL 0 #define wxUSE_RADIOBOX 0 #define wxUSE_RADIOBTN 0 +#define wxUSE_RICHMSGDLG 0 #define wxUSE_SCROLLBAR 0 #define wxUSE_SEARCHCTRL 0 #define wxUSE_SLIDER 0 @@ -485,6 +490,8 @@ #define wxUSE_ABOUTDLG 0 +#define wxUSE_FILE_HISTORY 0 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 @@ -716,6 +723,16 @@ */ #undef HAVE_TR1_UNORDERED_SET +/* + * Define if your compiler has + */ +#undef HAVE_TR1_TYPE_TRAITS + +/* + * Define if your compiler has + */ +#undef HAVE_TYPE_TRAITS + /* * Define if the compiler supports simple visibility declarations. */