Synchronize OpenVMS setup-file
This commit is contained in:
parent
11395c2e26
commit
62b5e1b2ef
@ -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 : 5 January 2016 *
|
||||
* Date : 24 February 2016 *
|
||||
* *
|
||||
*****************************************************************************/
|
||||
|
||||
@ -723,6 +723,12 @@ typedef pid_t GPid;
|
||||
|
||||
#define wxUSE_ACTIVEX 0
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1700
|
||||
#define wxUSE_WINRT 0
|
||||
#else
|
||||
#define wxUSE_WINRT 0
|
||||
#endif
|
||||
|
||||
#define wxUSE_DC_CACHEING 1
|
||||
|
||||
#define wxUSE_WXDIB 0
|
||||
|
Loading…
Reference in New Issue
Block a user