SCF_ALL defined (Watcom C++ doesn't recognise it).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1141,6 +1141,11 @@ void wxTextCtrl::OnUpdateRedo(wxUpdateUIEvent& event)
|
||||
|
||||
#if wxUSE_RICHEDIT
|
||||
|
||||
// Watcom C++ doesn't define this
|
||||
#ifndef SCF_ALL
|
||||
#define SCF_ALL 0x0004
|
||||
#endif
|
||||
|
||||
bool wxTextCtrl::SetBackgroundColour(const wxColour& colour)
|
||||
{
|
||||
if ( !wxTextCtrlBase::SetBackgroundColour(colour) )
|
||||
|
Reference in New Issue
Block a user