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

@@ -79,6 +79,11 @@
// other standard headers
#include <ctype.h>
#ifdef __VMS
/* silence warnings for comparing unsigned int's <0 */
# pragma message disable unscomzer
#endif
// this is a class to extend wxArrayString...
class wxMimeArrayString : public wxArrayString
{