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
615852a9
Commit
615852a9
authored
May 15, 2023
by
Shaun Ren
Committed by
Alexandre Julliard
Jun 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sapi: Add GUIDs SPDFID_Text/WaveFormatEx.
parent
454283ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
mmaudio.c
dlls/sapi/mmaudio.c
+5
-0
sapi.idl
include/sapi.idl
+3
-0
No files found.
dlls/sapi/mmaudio.c
View file @
615852a9
...
...
@@ -29,12 +29,17 @@
#include "sapiddk.h"
#include "sperror.h"
#include "initguid.h"
#include "wine/debug.h"
#include "sapi_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
sapi
);
DEFINE_GUID
(
SPDFID_Text
,
0x7ceef9f9
,
0x3d13
,
0x11d2
,
0x9e
,
0xe7
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x73
,
0x96
);
DEFINE_GUID
(
SPDFID_WaveFormatEx
,
0xc31adbae
,
0x527f
,
0x4ff5
,
0xa2
,
0x30
,
0xf6
,
0x2b
,
0xb6
,
0x1f
,
0xf7
,
0x0c
);
enum
flow_type
{
FLOW_IN
,
FLOW_OUT
};
struct
mmaudio
...
...
include/sapi.idl
View file @
615852a9
...
...
@@ -426,6 +426,9 @@ typedef [hidden] enum SPSTREAMFORMAT
SPSF_NUM_FORMATS
}
SPSTREAMFORMAT
;
cpp_quote
(
"EXTERN_C const GUID SPDFID_Text;"
)
cpp_quote
(
"EXTERN_C const GUID SPDFID_WaveFormatEx;"
)
typedef
unsigned
short
SPPHONEID
;
typedef
[
restricted
,
hidden
]
struct
SPPHRASEELEMENT
...
...
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