Removing obsolete compiler directives for OpenVMS
Modified Files:
wxWidgets/src/generic/notebook.cpp
wxWidgets/src/univ/notebook.cpp
wxWidgets/src/unix/mimetype.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38379
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// headers
// ----------------------------------------------------------------------------
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// headers
// ----------------------------------------------------------------------------
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__
// other standard headers
#include <ctype.h>
-#ifdef __VMS
-/* silence warnings for comparing unsigned int's <0 */
-# pragma message disable unscomzer
-#endif
-
// this class extends wxTextFile
//
// VZ: ???