ChangeSet ID: 7294 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/19 16:09:33
Modified files: dlls/msvcrt/tests: file.c dlls/msvcrt : file.c
Log message: Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Rough implementation of _O_TEXT/_O_BINARY translation by doing single byte read/writes in _O_TEXT mode and CR/LR handling. fput/getwc must read multibyte characters in _O_TEXT. Added test cases for _O_TEXT/_O_BINARY file handling and fgetws.
Patch: http://cvs.winehq.com/patch.py?id=7294
Old revision New revision Changes Path 1.1 1.2 +148 -13 wine/dlls/msvcrt/tests/file.c 1.46 1.47 +165 -54 wine/dlls/msvcrt/file.c