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
f2f5e2da
Commit
f2f5e2da
authored
Nov 25, 2020
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xactengine3_7/tests: Fix the spelling of a couple of comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
70102669
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xact3.c
dlls/xactengine3_7/tests/xact3.c
+2
-2
No files found.
dlls/xactengine3_7/tests/xact3.c
View file @
f2f5e2da
...
...
@@ -51,13 +51,13 @@ struct xact_interfaces
{
&
CLSID_XACTEngine30
,
&
IID_IXACT3Engine31
,
E_NOINTERFACE
},
{
&
CLSID_XACTEngine30
,
&
IID_IXACT3Engine
,
E_NOINTERFACE
},
/* Version 3.1 to 3.4 use the same inteface */
/* Version 3.1 to 3.4 use the same inte
r
face */
{
&
CLSID_XACTEngine31
,
&
IID_IXACT3Engine31
,
S_OK
},
{
&
CLSID_XACTEngine32
,
&
IID_IXACT3Engine31
,
S_OK
},
{
&
CLSID_XACTEngine33
,
&
IID_IXACT3Engine31
,
S_OK
},
{
&
CLSID_XACTEngine34
,
&
IID_IXACT3Engine31
,
S_OK
},
/* Version 3.5 to 3.7 use the same inteface */
/* Version 3.5 to 3.7 use the same inte
r
face */
{
&
CLSID_XACTEngine35
,
&
IID_IXACT3Engine31
,
E_NOINTERFACE
},
{
&
CLSID_XACTEngine35
,
&
IID_IXACT3Engine
,
S_OK
},
...
...
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