Committing in .

Updated OpenVMS compile support

 Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2002-01-03 14:15:25 +00:00
parent 3689307fd1
commit 8f52ea33e9
2 changed files with 16 additions and 10 deletions

View File

@@ -558,14 +558,17 @@
* Use intl system
*/
#define wxUSE_INTL 1
/*
* Use wxProtocol and related classes
*/
#define wxUSE_PROTOCOL 1
#define wxUSE_PROTOCOL_FILE 1
#define wxUSE_PROTOCOL_FTP 1
#define wxUSE_PROTOCOL_HTTP 1
/*
* Use streams
*/
#define wxUSE_STREAMS 1
/*
* Use class serialization
*/
#define wxUSE_SERIAL 1
/*
* Use sockets
*/
@@ -583,6 +586,10 @@
* wxLibrary class
*/
#define wxUSE_DYNLIB_CLASS 1
/*
* Use wxObjectLoader
*/
#define wxUSE_DYNAMIC_LOADER 0
/*
* Use wxTimer
@@ -619,6 +626,11 @@
*/
#define wxUSE_UNICODE_MSLU 0
/*
* Use wxURL class
*/
#define wxUSE_URL 1
/*
* Work around a bug in GNU libc 5.x wcstombs() implementation.
*