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
139ba414
Commit
139ba414
authored
Jan 04, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler warning.
parent
c9b4210b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
txtsrv.c
dlls/riched20/tests/txtsrv.c
+1
-2
No files found.
dlls/riched20/tests/txtsrv.c
View file @
139ba414
...
...
@@ -39,6 +39,7 @@ static HMODULE hmoduleRichEdit;
/* Use a special table for x86 machines to convert the thiscall
* calling convention. This isn't needed on other platforms. */
#ifdef __i386__
static
ITextServicesVtbl
itextServicesStdcallVtbl
;
#define TXTSERV_VTABLE(This) (&itextServicesStdcallVtbl)
#else
/* __i386__ */
#define TXTSERV_VTABLE(This) (This)->lpVtbl
...
...
@@ -441,8 +442,6 @@ static HRESULT WINAPI ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface,
return
E_NOTIMPL
;
}
static
ITextServicesVtbl
itextServicesStdcallVtbl
;
static
ITextHostVtbl
itextHostVtbl
=
{
ITextHostImpl_QueryInterface
,
ITextHostImpl_AddRef
,
...
...
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