21 Jul
2010
21 Jul
'10
8:14 a.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
+/* ?not_eof@?$char_traits(a)G@std@@SAGABG(a)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(a)winehq.org