OpenVMS compile issues
Modified Files:
wxWindows/setup.h_vms wxWindows/src/generic/listctrl.cpp
wxWindows/utils/dialoged/src/winprop.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21888
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
#define HAVE_CONST_CAST 1
+/*
+ * use STL for containers and wxString
+ */
+#define wxUSE_STL 0
/*
* Use regex support
*/
le.IsAllowed();
}
+#ifdef __VMS__ // Ignore unreacheable code
+# pragma message disable initnotreach
+#endif
+
void wxListMainWindow::OnRenameCancelled(size_t itemEdit)
{
// wxMSW seems not to notify the program about
GetEventHandler()->ProcessEvent( le );
}
+#ifdef __VMS__
+# pragma message enable initnotreach
+#endif
void wxListMainWindow::OnMouse( wxMouseEvent &event )
{
/*
* Panels
*/
+#ifdef __VMS
+// next functions may contain unreacheable code
+# pragma message disable codcauunr
+#endif
wxProperty *wxPanelPropertyInfo::GetProperty(wxString& name)
{
else
return wxWindowPropertyInfo::SetProperty(name, property);
}
+#ifdef __VMS
+# pragma message enable codcauunr
+#endif
void wxPanelPropertyInfo::GetPropertyNames(wxStringList& names)
{