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:
parent
80c700cba9
commit
95c1ea29ed
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user