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
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