http://bugs.winehq.org/show_bug.cgi?id=16970
Luke Kenneth Casson Leighton lkcl@lkcl.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
--- Comment #2 from Luke Kenneth Casson Leighton lkcl@lkcl.net 2009-01-17 10:41:23 --- ok - tracked this down to _MT _not_ being defined such that MSVCRT__filbuf is being _directly_ called (see stdio.h)
and in dlls/msvcrt/file.c MSVCRT__filbuf is _not_ performing CRLF skipping.
so, anyway - good luck with that, because i notice that MSVCRT__filbuf is used by MSVCRT_fgetwc which is probably either a _really_ bad idea or a very smart one (i.e. it would actually work) ... but, i notice there's a "FIXME" on fgetwc() anyway... so who caaaares!!