switch on wxUSE_GRAPHICS_CONTEXT on OpenVMS

This commit is contained in:
Jouk
2017-12-14 08:57:33 +01:00
parent aceefac2c9
commit a2864f907b

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 : 11 December 2017 *
* Date : 12 December 2017 *
* *
*****************************************************************************/
@@ -395,7 +395,7 @@ typedef pid_t GPid;
(defined(__MINGW32__) && (__GNUC__ > 4 || __GNUC_MINOR__ >= 8))
#define wxUSE_GRAPHICS_CONTEXT 0
#else
#define wxUSE_GRAPHICS_CONTEXT 0
#define wxUSE_GRAPHICS_CONTEXT 1
#endif
#define wxUSE_CONTROLS 1