X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/961f4d0ce6fb0478c2850d2da37e072d8636639a..f18b71b07e26c41bb94b80939e874bdc51078acf:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index c97a5cbfe3..667087f1ed 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 @@ -485,6 +485,8 @@ #define wxUSE_ABOUTDLG 0 +#define wxUSE_FILE_HISTORY 0 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 @@ -716,6 +718,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. */