set WXWIN_COMPATIBILITY_x_y to 0 for OpenVMS
This commit is contained in:
parent
4c29056ea4
commit
a5756073f7
@ -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 : 18 May 2018 *
|
||||
* Date : 30 August 2018 *
|
||||
* *
|
||||
*****************************************************************************/
|
||||
|
||||
@ -184,11 +184,11 @@ typedef pid_t GPid;
|
||||
#define wxUSE_GUI 1
|
||||
#endif
|
||||
|
||||
#define WXWIN_COMPATIBILITY_2_8 1
|
||||
#define WXWIN_COMPATIBILITY_2_8 0
|
||||
|
||||
#define WXWIN_COMPATIBILITY_3_0 1
|
||||
#define WXWIN_COMPATIBILITY_3_0 0
|
||||
|
||||
#define wxEVENTS_COMPATIBILITY_2_8 1
|
||||
#define wxEVENTS_COMPATIBILITY_2_8 0
|
||||
|
||||
#define wxDIALOG_UNIT_COMPATIBILITY 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user