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
8a1f0eed
Commit
8a1f0eed
authored
Nov 02, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw/tests: Fix a test failure on systems with no DirectDraw7.
parent
e94c1ce3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ddrawmodes.c
dlls/ddraw/tests/ddrawmodes.c
+5
-0
No files found.
dlls/ddraw/tests/ddrawmodes.c
View file @
8a1f0eed
...
...
@@ -654,6 +654,11 @@ static void testddraw7(void)
DWORD
*
pend
;
hr
=
IDirectDraw_QueryInterface
(
lpDD
,
&
IID_IDirectDraw7
,
(
void
**
)
&
dd7
);
if
(
hr
==
E_NOINTERFACE
)
{
win_skip
(
"DirectDraw7 is not supported
\n
"
);
return
;
}
ok
(
hr
==
DD_OK
,
"IDirectDraw7_QueryInterface returned %08x
\n
"
,
hr
);
if
(
hr
==
DD_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