Piotr Caban <pi...@codeweavers.com> writes: > +/* ?not_...@?$char_traits@g...@std@@sag...@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 julli...@winehq.org