ChangeSet ID: 7714
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/29 21:06:30
Modified files:
dlls/msvcrt : file.c
Log message:
Adam Gundy <arg(a)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
ChangeSet ID: 7710
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/29 19:36:09
Modified files:
dlls/gdi : freetype.c
Log message:
Adam Gundy <arg(a)cyberscience.com>
Don't look at the second character of the path unless the first
character is non-NUL.
Patch: http://cvs.winehq.com/patch.py?id=7710
Old revision New revision Changes Path
1.31 1.32 +1 -1 wine/dlls/gdi/freetype.c