ChangeSet ID: 17049 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/13 06:11:03
Modified files: dlls/riched20 : rtf.h reader.c editstr.h editor.h editor.c
Log message: Phil Krylov phil@newstar.rinet.ru Make RTF reader fall back to simple text if a correct RTF header is not detected. This should fix some installers.
Patch: http://cvs.winehq.org/patch.py?id=17049
Old revision New revision Changes Path 1.9 1.10 +2 -5 wine/dlls/riched20/rtf.h 1.11 1.12 +10 -16 wine/dlls/riched20/reader.c 1.8 1.9 +12 -0 wine/dlls/riched20/editstr.h 1.12 1.13 +1 -0 wine/dlls/riched20/editor.h 1.22 1.23 +85 -47 wine/dlls/riched20/editor.c