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:
Julian Smart
2000-07-08 17:01:14 +00:00
parent 0f82c38d0c
commit 838ab8a108

View File

@@ -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) )