You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ioan Popescu <ip...@dataq.com> on 2007/10/10 17:38:19 UTC

[PATCH] libapriconv-1.2.0 on WinCE 5

Small amount of changes. Haven't bothered with the tests.

* Build as Unicode project.
* CE CRT doesn't implement bsearch(); added one from the public domain.
* Added a couple of needed errno values.
* Conditionally exclude headers that don't exist on CE. Use APR's macros
  where possible to make the decision.