Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e3d8bf9d
Commit
e3d8bf9d
authored
Mar 14, 2005
by
Phil Krylov
Committed by
Alexandre Julliard
Mar 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added "generator" RTF destination handling.
parent
62a9a07d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
reader.c
dlls/riched20/reader.c
+2
-0
rtf.h
dlls/riched20/rtf.h
+2
-1
No files found.
dlls/riched20/reader.c
View file @
e3d8bf9d
...
...
@@ -2845,6 +2845,7 @@ static RTFKey rtfKey[] =
{
rtfDestination
,
rtfStyleSheet
,
"stylesheet"
,
0
},
{
rtfDestination
,
rtfKeyCode
,
"keycode"
,
0
},
{
rtfDestination
,
rtfRevisionTbl
,
"revtbl"
,
0
},
{
rtfDestination
,
rtfGenerator
,
"generator"
,
0
},
{
rtfDestination
,
rtfInfo
,
"info"
,
0
},
{
rtfDestination
,
rtfITitle
,
"title"
,
0
},
{
rtfDestination
,
rtfISubject
,
"subject"
,
0
},
...
...
@@ -3667,6 +3668,7 @@ Destination (RTF_Info *info)
switch
(
info
->
rtfMinor
)
{
case
rtfGenerator
:
case
rtfPict
:
case
rtfFNContSep
:
case
rtfFNContNotice
:
...
...
dlls/riched20/rtf.h
View file @
e3d8bf9d
...
...
@@ -546,7 +546,8 @@
# define rtfIndexRange 71
# define rtfTOC 72
# define rtfNeXTGraphic 73
# define rtfMaxDestination 74
/* highest dest + 1 */
# define rtfGenerator 74
# define rtfMaxDestination 75
/* highest dest + 1 */
# define rtfFontFamily 4
# define rtfFFNil 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment