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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user