]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/activex.cpp
reformat for readability
[wxWidgets.git] / src / msw / ole / activex.cpp
index fc98aa3fff865880bf15779290d90c96a8fceada..bddc57e3a9b13c311cb757370382ba556dccd855 100644 (file)
@@ -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);