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
d476a4ca
Commit
d476a4ca
authored
May 26, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
May 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use STDMETHOD when returning HRESULT.
parent
cd8c46f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xact.h
include/xact.h
+1
-1
xact3.h
include/xact3.h
+1
-1
No files found.
include/xact.h
View file @
d476a4ca
...
@@ -708,7 +708,7 @@ DECLARE_INTERFACE(IXACTWaveBank)
...
@@ -708,7 +708,7 @@ DECLARE_INTERFACE(IXACTWaveBank)
#define INTERFACE IXACTEngine
#define INTERFACE IXACTEngine
DECLARE_INTERFACE_
(
IXACTEngine
,
IUnknown
)
DECLARE_INTERFACE_
(
IXACTEngine
,
IUnknown
)
{
{
STDMETHOD
_
(
HRESULT
,
QueryInterface
)(
THIS_
REFIID
iid
,
void
**
out
)
PURE
;
STDMETHOD
(
QueryInterface
)(
THIS_
REFIID
iid
,
void
**
out
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
STDMETHOD
(
GetRendererCount
)(
THIS_
XACTINDEX
*
count
)
PURE
;
STDMETHOD
(
GetRendererCount
)(
THIS_
XACTINDEX
*
count
)
PURE
;
...
...
include/xact3.h
View file @
d476a4ca
...
@@ -664,7 +664,7 @@ DECLARE_INTERFACE(IXACT3WaveBank)
...
@@ -664,7 +664,7 @@ DECLARE_INTERFACE(IXACT3WaveBank)
DECLARE_INTERFACE_
(
IXACT3Engine
,
IUnknown
)
DECLARE_INTERFACE_
(
IXACT3Engine
,
IUnknown
)
{
{
/*** IUnknown methods ***/
/*** IUnknown methods ***/
STDMETHOD
_
(
HRESULT
,
QueryInterface
)(
THIS_
REFIID
riid
,
void
**
ppvObject
)
PURE
;
STDMETHOD
(
QueryInterface
)(
THIS_
REFIID
riid
,
void
**
ppvObject
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** IXACT3Engine methods ***/
/*** IXACT3Engine methods ***/
...
...
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