- Add win-iconv header and binaries for win32 platform

- Update wince binaries (win-iconv, curl and libxml2)
This commit is contained in:
imsframework 2009-10-31 19:18:24 +00:00
parent 332dab13f9
commit 95fffe9884
9 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,5 @@
#include <stddef.h>
typedef void* iconv_t;
iconv_t iconv_open(const char *tocode, const char *fromcode);
int iconv_close(iconv_t cd);
size_t iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);

Binary file not shown.