Update OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2010-04-06 09:47:19 +00:00
parent 3784bf308f
commit b8cfc639ce
2 changed files with 50 additions and 4 deletions

View File

@@ -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