X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1cf09d91817b827032f81d9cd512a2f30f8fe50..2028c33ab5a39a12bd410ac953731a56ad6377ba:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 19ea899e70..a110b6aca2 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 24 March 2010 * + * Date : 6 April 2010 * * * *****************************************************************************/ @@ -341,7 +341,24 @@ typedef pid_t GPid; #define wxUSE_PROPGRID 1 +#ifdef _MSC_VER +# if _MSC_VER >= 1400 + + #define wxUSE_GRAPHICS_CONTEXT 0 +# else + + +# define wxUSE_GRAPHICS_CONTEXT 0 +# endif +#else + + + + + +# define wxUSE_GRAPHICS_CONTEXT 0 +#endif #define wxUSE_CONTROLS 1