git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26842
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/dynarray.h"
#include "wx/arrimpl.cpp"
+#ifdef __WXWINCE__
+ #include "wx/msw/wince/missing.h" // for bsearch()
+#endif
// DLL options compatibility check:
#include "wx/app.h"
FORCE_LINK_ME(m_layout)
-
-#include <stdlib.h> // bsearch()
+#ifdef __WXWINCE__
+ #include "wx/msw/wince/missing.h" // for bsearch()
+#else
+ #include <stdlib.h> // bsearch()
+#endif
//-----------------------------------------------------------------------------
// wxHtmlPageBreakCell