Committing in .
Updating OpenVMS compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
setup.h_vms
12
setup.h_vms
@@ -206,6 +206,10 @@
|
||||
* Use libtiff
|
||||
*/
|
||||
#define wxUSE_LIBTIFF 1
|
||||
/*
|
||||
* Use SDL for audio (Unix)
|
||||
*/
|
||||
#define wxUSE_LIBSDL 0
|
||||
/*
|
||||
* Use iODBC
|
||||
*/
|
||||
@@ -942,6 +946,11 @@
|
||||
*/
|
||||
#define wxUSE_ICO_CUR 1
|
||||
|
||||
/*
|
||||
* Set to 1 if for dynamically loadable plugins support
|
||||
*/
|
||||
#define wxUSE_PLUGINS 1
|
||||
|
||||
/*
|
||||
* Disable this if your compiler can't cope
|
||||
* with omission of prototype parameters.
|
||||
@@ -1193,6 +1202,9 @@
|
||||
/* Define if you have the <esd.h> header file. */
|
||||
/* #undef HAVE_ESD_H */
|
||||
|
||||
/* Define if you have the <sys/soundcard.h> header file. */
|
||||
/* #undef HAVE_SYS_SOUNDCARD_H */
|
||||
|
||||
/* Define if you have wcsrtombs() function */
|
||||
#define HAVE_WCSRTOMBS 1
|
||||
|
||||
|
Reference in New Issue
Block a user