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:
@@ -17,10 +17,6 @@
|
|||||||
// headers
|
// headers
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef __VMS
|
|
||||||
#pragma message disable unscomzer
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
@@ -17,10 +17,6 @@
|
|||||||
// headers
|
// headers
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef __VMS
|
|
||||||
#pragma message disable unscomzer
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@@ -68,11 +68,6 @@
|
|||||||
// other standard headers
|
// other standard headers
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#ifdef __VMS
|
|
||||||
/* silence warnings for comparing unsigned int's <0 */
|
|
||||||
# pragma message disable unscomzer
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// this class extends wxTextFile
|
// this class extends wxTextFile
|
||||||
//
|
//
|
||||||
// VZ: ???
|
// VZ: ???
|
||||||
|
Reference in New Issue
Block a user