Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
7b6f8547
Commit
7b6f8547
authored
Jan 30, 2006
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Jan 30, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Make CreateTextServices use ITextHost.
parent
fd71ef1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
editor.c
dlls/riched20/editor.c
+4
-4
textserv.h
include/textserv.h
+0
-4
No files found.
dlls/riched20/editor.c
View file @
7b6f8547
...
...
@@ -228,7 +228,8 @@
#include "winreg.h"
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
#include "imm.h"
#include "textserv.h"
#include "rtf.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
richedit
);
...
...
@@ -2199,12 +2200,11 @@ void ME_RegisterEditorClass(HINSTANCE hInstance)
bResult
=
RegisterClassA
(
&
wcA
);
assert
(
bResult
);
}
/******************************************************************
* CreateTextServices (RICHED20.4)
*
* FIXME should be ITextHost instead of void*
*/
HRESULT
WINAPI
CreateTextServices
(
IUnknown
*
punkOuter
,
void
*
pITextHost
,
HRESULT
WINAPI
CreateTextServices
(
IUnknown
*
punkOuter
,
ITextHost
*
pITextHost
,
IUnknown
**
ppUnk
)
{
FIXME
(
"stub
\n
"
);
...
...
include/textserv.h
View file @
7b6f8547
...
...
@@ -30,8 +30,6 @@ DEFINE_GUID(IID_ITextHost2, 0xc5bdd8d0,0xd26e,0x11ce,0xa8,0x9e,0x00,0xaa,0x00,
/*****************************************************************************
* ITextServices interface
*/
typedef
struct
ITextServices
ITextServices
;
#define INTERFACE ITextServices
DECLARE_INTERFACE_
(
ITextServices
,
IUnknown
)
{
...
...
@@ -217,8 +215,6 @@ enum TXTVIEW {
#define TXTBIT_CLIENTRECTCHANGE 0x100000
#define TXTBIT_USECURRENTBKG 0x200000
typedef
struct
ITextHost
ITextHost
;
/*****************************************************************************
* ITextHost interface
*/
...
...
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