Re: [Cegcc-devel] tchar.h

2007-04-15 Thread Pedro Alves
Danny Backx escreveu: > The 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

[Cegcc-devel] tchar.h

2007-04-14 Thread Danny Backx
The 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 cegc