Committing in .
updates for OpenVMS Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/motif/clipbrd.cpp Added Files: wxWindows/samples/db/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -366,10 +366,14 @@ bool wxClipboard::GetData( wxDataObject& data )
|
||||
*/
|
||||
default:
|
||||
{
|
||||
return FALSE;
|
||||
#ifndef __VMS
|
||||
// VMS complains that this statement is/causes unreachability
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user