Add wxUSE_NATIVE_DATAVIEWCTRL to setup on OpenVMS
This commit is contained in:
parent
ff66848b05
commit
c06e50f389
1 changed files with 3 additions and 1 deletions
|
|
@ -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 : 18 November 2019 *
|
* Date : 18 December 2019 *
|
||||||
* *
|
* *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
@ -463,6 +463,8 @@ typedef pid_t GPid;
|
||||||
#define wxUSE_TREECTRL 1
|
#define wxUSE_TREECTRL 1
|
||||||
#define wxUSE_TREELISTCTRL 1
|
#define wxUSE_TREELISTCTRL 1
|
||||||
|
|
||||||
|
#define wxUSE_NATIVE_DATAVIEWCTRL 0
|
||||||
|
|
||||||
#define wxUSE_STATUSBAR 1
|
#define wxUSE_STATUSBAR 1
|
||||||
|
|
||||||
#define wxUSE_NATIVE_STATUSBAR 0
|
#define wxUSE_NATIVE_STATUSBAR 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue