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
111c87f4
Commit
111c87f4
authored
Feb 06, 2022
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xactengine3_7/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4364ff8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile.in
dlls/xactengine3_7/tests/Makefile.in
+0
-1
xact3.c
dlls/xactengine3_7/tests/xact3.c
+1
-1
No files found.
dlls/xactengine3_7/tests/Makefile.in
View file @
111c87f4
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
TESTDLL
=
xactengine3_7.dll
IMPORTS
=
ole32
...
...
dlls/xactengine3_7/tests/xact3.c
View file @
111c87f4
...
...
@@ -84,7 +84,7 @@ static void test_interfaces(void)
trace
(
"%d %s not registered. Skipping
\n
"
,
i
,
wine_dbgstr_guid
(
xact_interfaces
[
i
].
clsid
)
);
continue
;
}
ok
(
hr
==
xact_interfaces
[
i
].
expected
,
"%d, Unexpected value 0x%08x
\n
"
,
i
,
hr
);
ok
(
hr
==
xact_interfaces
[
i
].
expected
,
"%d, Unexpected value 0x%08
l
x
\n
"
,
i
,
hr
);
if
(
hr
==
S_OK
)
IUnknown_Release
(
unk
);
}
...
...
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