[PATCH 4/7] msvcp90: Added char_traits<unsigned short> implementation (try2)

Alexandre Julliard julliard at winehq.org
Wed Jul 21 03:14:39 CDT 2010


Piotr Caban <piotr at codeweavers.com> writes:

> +/* ?not_eof@?$char_traits at G@std@@SAGABG at Z */
> +unsigned short CDECL MSVCP_char_traits_short_not_eof(const unsigned short *in)
> +{
> +    return (*in==0 ? !0 : *in);
> +}

Aren't you supposed to return 0 for eof?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list