WinCE project and wxDC corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-03-04 23:16:47 +00:00
parent 80c700cba9
commit 95c1ea29ed
2 changed files with 1 additions and 7 deletions

View 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

View 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