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
74fe98a1
Commit
74fe98a1
authored
Nov 02, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Nov 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert all RTFPanic and RTFMsg calls to ERR calls.
parent
2dbc7f41
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
102 deletions
+31
-102
reader.c
dlls/riched20/reader.c
+31
-88
rtf.h
dlls/riched20/rtf.h
+0
-14
No files found.
dlls/riched20/reader.c
View file @
74fe98a1
This diff is collapsed.
Click to expand it.
dlls/riched20/rtf.h
View file @
74fe98a1
...
...
@@ -1093,8 +1093,6 @@ struct _RTF_Info {
RTFFuncPtr
readHook
;
RTFFuncPtr
panicProc
;
DWORD
dwOutputCount
;
WCHAR
OutputBuffer
[
0x1000
];
...
...
@@ -1140,18 +1138,6 @@ RTFColor *RTFGetColor (RTF_Info *, int);
RTFStyle
*
RTFGetStyle
(
RTF_Info
*
,
int
);
int
RTFCharToHex
(
char
);
int
RTFHexToChar
(
int
);
void
RTFSetMsgProc
(
RTFFuncPtr
);
void
RTFSetPanicProc
(
RTF_Info
*
,
RTFFuncPtr
);
/*
* The following messing around is used to allow RTFMsg() and RTFPanic()
* to be variable-argument functions that are declared publicly but
* without generating prototype-mismatch errors on systems that have
* stdarg.h.
*/
void
RTFMsg
(
RTF_Info
*
,
const
char
*
fmt
,
...);
void
RTFPanic
(
RTF_Info
*
,
const
char
*
fmt
,
...);
void
RTFFlushOutputBuffer
(
RTF_Info
*
info
);
void
RTFSetEditStream
(
RTF_Info
*
info
,
ME_InStream
*
stream
);
...
...
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