Committing in .

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
This commit is contained in:
Jouk Jansen
2006-03-27 09:35:41 +00:00
parent 321fe98cfe
commit aa3310b88d
3 changed files with 0 additions and 13 deletions

View File

@@ -17,10 +17,6 @@
// headers
// ----------------------------------------------------------------------------
#ifdef __VMS
#pragma message disable unscomzer
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"

View File

@@ -17,10 +17,6 @@
// headers
// ----------------------------------------------------------------------------
#ifdef __VMS
#pragma message disable unscomzer
#endif
#include "wx/wxprec.h"
#ifdef __BORLANDC__

View File

@@ -68,11 +68,6 @@
// 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: ???