]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
SetBackground for ListBox and others
[wxWidgets.git] / include / wx / msw / dc.h
index 94e313b9735b42ee7b4003a9106b75060b9de707..983845e5a80372f9ee9cee5d97bc83e3d29804bd 100644 (file)
@@ -133,7 +133,7 @@ public:
     return Blit(destPt.x, destPt.y, sz.x, sz.y, source, srcPt.x, srcPt.y, rop, useMask);
   }
 
-#if USE_SPLINES
+#if wxUSE_SPLINES
   // Splines
   // 3-point spline
   virtual void DrawSpline(long x1, long y1, long x2, long y2, long x3, long y3);