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
b2d42ad6
Commit
b2d42ad6
authored
Jan 20, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Compare the against the correct IID in IDirect3DExecuteBufferImpl_QueryInterface().
parent
9e7b5676
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
executebuffer.c
dlls/ddraw/executebuffer.c
+1
-1
No files found.
dlls/ddraw/executebuffer.c
View file @
b2d42ad6
...
...
@@ -603,7 +603,7 @@ IDirect3DExecuteBufferImpl_QueryInterface(IDirect3DExecuteBuffer *iface,
TRACE
(
" Creating IUnknown interface at %p.
\n
"
,
*
obj
);
return
S_OK
;
}
if
(
IsEqualGUID
(
&
IID_IDirect3D
Material
,
riid
)
)
{
if
(
IsEqualGUID
(
&
IID_IDirect3D
ExecuteBuffer
,
riid
)
)
{
IDirect3DExecuteBuffer_AddRef
(
ICOM_INTERFACE
(
This
,
IDirect3DExecuteBuffer
));
*
obj
=
ICOM_INTERFACE
(
This
,
IDirect3DExecuteBuffer
);
TRACE
(
" Creating IDirect3DExecuteBuffer interface %p
\n
"
,
*
obj
);
...
...
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