Committing in .

Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
 	wxWindows/src/common/mimecmn.cpp
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/gtk/descrip.mms wxWindows/src/unix/mimetype.cpp

  Updated compile support for OpenVMS

 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2001-05-01 14:46:48 +00:00
parent d9a4f62064
commit 2900bd1c81
7 changed files with 39 additions and 16 deletions

View File

@@ -620,6 +620,11 @@
*/
#define wxUSE_ZIPSTREAM 1
/*
* wxImage support
*/
#define wxUSE_IMAGE 1
/*
* GIF image format support
*/
@@ -635,6 +640,11 @@
*/
#define wxUSE_PNM 1
/*
* XPM image format support
*/
#define wxUSE_XPM 1
/*
* Disable this if your compiler can't cope
* with omission of prototype parameters.
@@ -665,6 +675,9 @@
* present */
#define WX_GMTOFF_IN_TM
/* iconv()'s 2nd argument is char ** and not const char ** */
#define WX_ICONV_TAKES_CHAR 1
/* Define if you have pw_gecos field in struct passwd */
#undef HAVE_PW_GECOS