Committing in .
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
This commit is contained in:
@@ -2894,6 +2894,10 @@ bool wxListMainWindow::OnRenameAccept(size_t itemEdit, const wxString& value)
|
||||
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
|
||||
@@ -2917,6 +2921,9 @@ void wxListMainWindow::OnRenameCancelled(size_t itemEdit)
|
||||
|
||||
GetEventHandler()->ProcessEvent( le );
|
||||
}
|
||||
#ifdef __VMS__
|
||||
# pragma message enable initnotreach
|
||||
#endif
|
||||
|
||||
void wxListMainWindow::OnMouse( wxMouseEvent &event )
|
||||
{
|
||||
|
Reference in New Issue
Block a user