eVC3/PPC2002 build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
83cda8eb0a
commit
d126840117
@ -802,7 +802,7 @@ void wxActiveXContainer::OnPaint(wxPaintEvent& WXUNUSED(event))
|
||||
posRect.right = w;
|
||||
posRect.bottom = h;
|
||||
|
||||
#if defined(__SMARTPHONE__) && defined(_WIN32_WCE) && _WIN32_WCE < 400
|
||||
#if defined(_WIN32_WCE) && _WIN32_WCE < 400
|
||||
::InvalidateRect(m_oleObjectHWND, NULL, false);
|
||||
#else
|
||||
::RedrawWindow(m_oleObjectHWND, NULL, NULL, RDW_INTERNALPAINT);
|
||||
|
Loading…
Reference in New Issue
Block a user