]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
Fix a number of mingw compile errors.
[wxWidgets.git] / src / common / dcbase.cpp
index 3dea79e650d8a122531f55ac3bbfcf7cc2f4ea5f..02f5ee8a3ee1a2d7e0c0a51943a52bfdaf409f36 100644 (file)
@@ -927,9 +927,9 @@ void wxDCImpl::DoDrawSpline( const wxPointList *points )
     wx_spline_add_point(x1, y1);
 
     while ((node = node->GetNext())
-#if !wxUSE_STL
+#if !wxUSE_STD_CONTAINERS
            != NULL
-#endif // !wxUSE_STL
+#endif // !wxUSE_STD_CONTAINERS
           )
     {
         p = node->GetData();
@@ -1602,7 +1602,7 @@ void wxDCImpl::CalculateEllipticPoints( wxPointList* points,
             y2 = y2-y-y+1;
             --y;
         }
-        // old y now to big: set point with old y, old x
+        // old y now too big: set point with old y, old x
         if( bNewPoint && x>1)
         {
             int x1 = x - 1;