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
d1b2cceb
Commit
d1b2cceb
authored
May 20, 2022
by
Bernhard Kölbl
Committed by
Alexandre Julliard
May 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows.media.speech/tests: Fix a few typos.
Signed-off-by:
Bernhard Kölbl
<
besentv@gmail.com
>
parent
b4d42d2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
speech.c
dlls/windows.media.speech/tests/speech.c
+4
-4
No files found.
dlls/windows.media.speech/tests/speech.c
View file @
d1b2cceb
...
...
@@ -390,7 +390,7 @@ HRESULT WINAPI async_inspectable_handler_Invoke( IAsyncOperationCompletedHandler
return
S_OK
;
}
static
const
struct
IAsyncOperationCompletedHandler_IInspectableVtbl
as
ny
c_inspectable_handler_vtbl
=
static
const
struct
IAsyncOperationCompletedHandler_IInspectableVtbl
as
yn
c_inspectable_handler_vtbl
=
{
/* IUnknown methods */
async_inspectable_handler_QueryInterface
,
...
...
@@ -402,7 +402,7 @@ static const struct IAsyncOperationCompletedHandler_IInspectableVtbl asnyc_inspe
static
HRESULT
WINAPI
async_inspectable_handler_create_static
(
struct
async_inspectable_handler
*
impl
,
const
GUID
*
iid
)
{
impl
->
IAsyncOperationCompletedHandler_IInspectable_iface
.
lpVtbl
=
&
as
ny
c_inspectable_handler_vtbl
;
impl
->
IAsyncOperationCompletedHandler_IInspectable_iface
.
lpVtbl
=
&
as
yn
c_inspectable_handler_vtbl
;
impl
->
iid
=
iid
;
impl
->
ref
=
1
;
...
...
@@ -425,8 +425,8 @@ static void await_async_inspectable_( unsigned int line, IAsyncOperation_IInspec
CloseHandle
(
handler
->
event_finished
);
}
#define check_async_info(obj, exp_id, exp_status, exp_hr) check_as
ny
c_info_(__LINE__, obj, exp_id, exp_status, exp_hr)
static
void
check_as
ny
c_info_
(
unsigned
int
line
,
IInspectable
*
async_obj
,
UINT32
expect_id
,
AsyncStatus
expect_status
,
HRESULT
expect_hr
)
#define check_async_info(obj, exp_id, exp_status, exp_hr) check_as
yn
c_info_(__LINE__, obj, exp_id, exp_status, exp_hr)
static
void
check_as
yn
c_info_
(
unsigned
int
line
,
IInspectable
*
async_obj
,
UINT32
expect_id
,
AsyncStatus
expect_status
,
HRESULT
expect_hr
)
{
IAsyncInfo
*
async_info
;
AsyncStatus
async_status
;
...
...
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