X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b7e022676582feadfcce349d66a52be88121ac7..dd5167e0bf2333e41622188955ae7e5ed3b4378e:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 9ce60367b4..667087f1ed 100644 --- a/setup.h.in +++ b/setup.h.in @@ -323,7 +323,25 @@ #define wxUSE_STC 0 + +#ifdef _MSC_VER +# if _MSC_VER >= 1310 + + #define wxUSE_GRAPHICS_CONTEXT 0 +# else + + +# define wxUSE_GRAPHICS_CONTEXT 0 +# endif +#else + + + + + +# define wxUSE_GRAPHICS_CONTEXT 0 +#endif #define wxUSE_CONTROLS 0 @@ -467,6 +485,8 @@ #define wxUSE_ABOUTDLG 0 +#define wxUSE_FILE_HISTORY 0 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 @@ -698,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. */