]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/drawing.cpp
mingw compilation fix
[wxWidgets.git] / samples / drawing / drawing.cpp
index 145fdf19e639950ff6922df3f66337eb2ae73935..4903011b23c9523e00ba64e63deb198897ba216f 100644 (file)
@@ -622,7 +622,7 @@ void MyCanvas::DrawDefault(wxDC& dc)
 {
     // mark the origin
     dc.DrawCircle(0, 0, 10);
-#if !(defined __WXGTK__) && !(defined __WXMOTIF__)
+#if !(defined __WXGTK__) && !(defined __WXMOTIF__) && !(defined __WXMGL__)
     // not implemented in wxGTK or wxMOTIF :-(
     dc.FloodFill(0, 0, wxColour(255, 0, 0));
 #endif //