Synchronize OpenVMS setup-file
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
* Template for the set.h file for VMS *
|
* Template for the set.h file for VMS *
|
||||||
* Created from setup.h_in *
|
* Created from setup.h_in *
|
||||||
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
* 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
|
#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_DC_CACHEING 1
|
||||||
|
|
||||||
#define wxUSE_WXDIB 0
|
#define wxUSE_WXDIB 0
|
||||||
|
Reference in New Issue
Block a user