j
k
j a
j l
Piotr Caban piotr@codeweavers.com writes:
+/* ?not_eof@?$char_traits@G@std@@SAGABG@Z */ +unsigned short CDECL MSVCP_char_traits_short_not_eof(const unsigned short *in) +{ return (*in==0 ? !0 : *in); +}
+/* ?not_eof@?$char_traits@G@std@@SAGABG@Z */ +unsigned short CDECL MSVCP_char_traits_short_not_eof(const unsigned short *in) +{
+}
Aren't you supposed to return 0 for eof?
Back to the thread
Back to the list