]> git.saurik.com Git - wxWidgets.git/commitdiff
WinCE project and wxDC corrections
authorJulian Smart <julian@anthemion.co.uk>
Thu, 4 Mar 2004 23:16:47 +0000 (23:16 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 4 Mar 2004 23:16:47 +0000 (23:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dc.cpp
src/msw/wince/wxWindowsCE.vcp

index 87465c833091a1f861ce124ee6366118f5d9ce1a..4529ec2d4ac29dfc1030d09ee4c7382ef98b34b5 100644 (file)
@@ -787,7 +787,7 @@ wxDC::DoDrawPolyPolygon(int n,
                         int fillStyle)
 {
 #ifdef __WXWINCE__
-    wxDCBase::DoDrawPolyPolygon(n, start, points, xoffset, yoffset, fillStyle);
+    wxDCBase::DoDrawPolyPolygon(n, count, points, xoffset, yoffset, fillStyle);
 #else    
     WXMICROWIN_CHECK_HDC
 
index 57a3478c5ae046d6c1d21cb5a7bb4d410302aa2c..d877919d7dc1294fad26a3bd5287f3e615990efa 100644 (file)
@@ -1442,12 +1442,6 @@ SOURCE=..\..\generic\calctrl.cpp
 SOURCE=..\..\generic\choicdgg.cpp
 
 
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\generic\dcbuffer.cpp
-
-
 # End Source File
 # Begin Source File