ChangeSet ID: 6699 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/16 22:18:08
Modified files: dlls/msvcrt/tests: Makefile.in .cvsignore dlls/msvcrt : file.c Added files: dlls/msvcrt/tests: file.c
Log message: Bill Currie bill@taniwha.org fdopen: don't rewind the file after creating the FILE* handle. Added unit test for that.
Patch: http://cvs.winehq.com/patch.py?id=6699
Old revision New revision Changes Path 1.1 1.2 +1 -0 wine/dlls/msvcrt/tests/Makefile.in 1.1 1.2 +1 -0 wine/dlls/msvcrt/tests/.cvsignore 1.42 1.43 +0 -2 wine/dlls/msvcrt/file.c Added 1.1 +0 -0 wine/dlls/msvcrt/tests/file.c