X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1111fe434b5f9699891197691f744eb68445e486..654e324628ea1efc6dff6e5b494129931115f773:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index e22421f97f..83dfca3478 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 : 4 February 2010 * + * Date : 7 May 2010 * * * *****************************************************************************/ @@ -116,6 +116,7 @@ typedef pid_t GPid; #undef __NETBSD__ #undef __OPENBSD__ #undef __OSF__ +#undef __QNX__ #undef __SGI__ #undef __SOLARIS__ #undef __SUN__ @@ -340,7 +341,24 @@ typedef pid_t GPid; #define wxUSE_PROPGRID 1 +#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 1 @@ -495,6 +513,8 @@ typedef pid_t GPid; #define wxUSE_ABOUTDLG 1 +#define wxUSE_FILE_HISTORY 1 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 #define wxUSE_WIN_METAFILES_ALWAYS 0 @@ -547,7 +567,7 @@ typedef pid_t GPid; #define wxUSE_MOUSEWHEEL 1 - +#define wxUSE_UIACTIONSIMULATOR 1 #define wxUSE_POSTSCRIPT 1