fdopen: don't rewind the file after creating the FILE* handle. Added
authorBill Currie <bill@taniwha.org>
Tue, 17 Dec 2002 04:18:07 +0000 (04:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Dec 2002 04:18:07 +0000 (04:18 +0000)
commitc78902221ff72784dd23734eefb272fb9f1104da
tree7fb3dcf7d2d6348fd6e95bf9afa25ca328a2212d
parent3d60c63adf48f0c76dad1465a24b09ad28bc6dcc
fdopen: don't rewind the file after creating the FILE* handle. Added
unit test for that.
dlls/msvcrt/file.c
dlls/msvcrt/tests/.cvsignore
dlls/msvcrt/tests/Makefile.in
dlls/msvcrt/tests/file.c [new file with mode: 0644]