Danny Backx escreveu:
> The <tchar.h> include file is described on MSDN as one that allows you
> to use calls to e.g. _tcsspn() in your application source, the include
> file will translate into either strspn() or wcsspn() based on the
> presence of the _UNICODE macro.
>
> We don't have this include file in our sources, neither in the cegcc nor
> in the mingw32ce universe.
>
>   

mingw32ce *does* have it:  mingw/include/tchar.h

For cegcc it could go into newlib/libc/wince/include, I guess - but 
please do remember
that newlib doesn't support much of unicode stuff, so if you find some 
ifdefs __CYGWIN__,
or __HAVE_TCHAR_H__ in gcj, the best bet is that cegcc should follow the 
same path.

Cheers,
Pedro Alves



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to