X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06b4070d7c182ac3a33db48c0e1a6a3c6e3ee73c..4d4363d200dd9aa9a1ddb4ed967d4eb60b4f29a8:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 4e227163b4..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 : 26 January 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__ @@ -265,7 +266,7 @@ typedef pid_t GPid; #define wxUSE_STOPWATCH 1 -#define wxUSE_FSWATCHER 1 +#define wxUSE_FSWATCHER 0 #define wxUSE_CONFIG 1 @@ -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