X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/229251afd85b3fa1bd5c923c7f72262f8c092c3b..2028c33ab5a39a12bd410ac953731a56ad6377ba:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 74d7911cf9..16aa2ae372 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 @@ -520,6 +538,8 @@ #define wxUSE_MOUSEWHEEL 0 +#define wxUSE_UIACTIONSIMULATOR 0 + #define wxUSE_POSTSCRIPT 0