ChangeSet ID: 7714 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/29 21:06:30
Modified files: dlls/msvcrt : file.c
Log message: Adam Gundy arg@cyberscience.com MSVCRT_fclose() mustn't use the _flag field from the file structure after _close() has been called. When _open_osfhandle() is used by MFC's CStdioFile, it expects write access even though it doesn't set the necessary flag bit.
Patch: http://cvs.winehq.com/patch.py?id=7714
Old revision New revision Changes Path 1.47 1.48 +10 -5 wine/dlls/msvcrt/file.c