switch on wxUSE_GRAPHICS_CONTEXT on OpenVMS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user