Committing in .
OpenVMS configuration updated Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8e2ff10c71
commit
22e2e60cad
@ -414,9 +414,9 @@
|
||||
#define wxUSE_WIZARDDLG 1
|
||||
|
||||
|
||||
#define wxUSE_METAFILE 1
|
||||
#define wxUSE_ENH_METAFILE 1
|
||||
#define wxUSE_WIN_METAFILES_ALWAYS 1
|
||||
#define wxUSE_METAFILE 0
|
||||
#define wxUSE_ENH_METAFILE 0
|
||||
#define wxUSE_WIN_METAFILES_ALWAYS 0
|
||||
|
||||
|
||||
#define wxUSE_MDI 1
|
||||
@ -789,6 +789,9 @@
|
||||
/* Define if you have pthread_cancel */
|
||||
#define HAVE_PTHREAD_CANCEL 1
|
||||
|
||||
/* Define if you have pthread_attr_setstacksize */
|
||||
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
|
||||
|
||||
/* Define if you have sigaction() */
|
||||
#define HAVE_SIGACTION 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user