Synchronize setup for OpenVMS with setup.h.in
This commit is contained in:
parent
5061a112a4
commit
9d45591e15
20
setup.h_vms
20
setup.h_vms
@ -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 : 2 September 2020 *
|
* Date : 28 January 2021 *
|
||||||
* *
|
* *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -343,6 +343,16 @@ typedef pid_t GPid;
|
|||||||
|
|
||||||
#define wxUSE_MIMETYPE 1
|
#define wxUSE_MIMETYPE 1
|
||||||
|
|
||||||
|
#define wxUSE_WEBREQUEST 1
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#define wxUSE_WEBREQUEST_URLSESSION wxUSE_WEBREQUEST
|
||||||
|
#else
|
||||||
|
#define wxUSE_WEBREQUEST_URLSESSION 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define wxUSE_WEBREQUEST_CURL 1
|
||||||
|
|
||||||
#define wxUSE_PROTOCOL 1
|
#define wxUSE_PROTOCOL 1
|
||||||
|
|
||||||
#define wxUSE_PROTOCOL_FILE 1
|
#define wxUSE_PROTOCOL_FILE 1
|
||||||
@ -585,6 +595,8 @@ typedef pid_t GPid;
|
|||||||
|
|
||||||
#define wxUSE_NUMBERDLG 1
|
#define wxUSE_NUMBERDLG 1
|
||||||
|
|
||||||
|
#define wxUSE_CREDENTIALDLG 1
|
||||||
|
|
||||||
#define wxUSE_SPLASH 1
|
#define wxUSE_SPLASH 1
|
||||||
|
|
||||||
#define wxUSE_WIZARDDLG 1
|
#define wxUSE_WIZARDDLG 1
|
||||||
@ -738,6 +750,12 @@ typedef pid_t GPid;
|
|||||||
#define wxUSE_GRAPHICS_DIRECT2D 0
|
#define wxUSE_GRAPHICS_DIRECT2D 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) || defined(__MINGW64_VERSION_MAJOR)
|
||||||
|
#define wxUSE_WEBREQUEST_WINHTTP 0
|
||||||
|
#else
|
||||||
|
#define wxUSE_WEBREQUEST_WINHTTP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define wxUSE_OLE 0
|
#define wxUSE_OLE 0
|
||||||
|
|
||||||
#define wxUSE_OLE_AUTOMATION 0
|
#define wxUSE_OLE_AUTOMATION 0
|
||||||
|
Loading…
Reference in New Issue
Block a user