X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a12bd55b0d412d2a557dc66f1a4aba1138471ee4..2028c33ab5a39a12bd410ac953731a56ad6377ba:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 40a2cb30e2..16aa2ae372 100644 --- a/setup.h.in +++ b/setup.h.in @@ -97,6 +97,7 @@ #undef __NETBSD__ #undef __OPENBSD__ #undef __OSF__ +#undef __QNX__ #undef __SGI__ #undef __SOLARIS__ #undef __SUN__ @@ -322,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 @@ -519,6 +538,8 @@ #define wxUSE_MOUSEWHEEL 0 +#define wxUSE_UIACTIONSIMULATOR 0 + #define wxUSE_POSTSCRIPT 0