Added __WXX11__ tests where appropriate

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-03-21 10:32:18 +00:00
parent e3baff1c85
commit 618f2efa41
34 changed files with 205 additions and 201 deletions

View File

@@ -474,8 +474,8 @@ void MyCanvas::DrawDefault(wxDC& dc)
{
// mark the origin
dc.DrawCircle(0, 0, 10);
#if !(defined __WXGTK__) && !(defined __WXMOTIF__) && !(defined __WXMGL__)
// not implemented in wxGTK or wxMOTIF :-(
#if !(defined __WXGTK__) && !(defined __WXX11__) && !(defined __WXMOTIF__) && !(defined __WXMGL__)
// not implemented in wxGTK or wxMOTIF or wxX11 :-(
dc.FloodFill(0, 0, wxColour(255, 0, 0));
#endif //