Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matheus-TestUser1
wine
Commits
615852a9
Commit
615852a9
authored
1 year ago
by
Shaun Ren
Committed by
Alexandre Julliard
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
sapi: Add GUIDs SPDFID_Text/WaveFormatEx.
parent
454283ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/sapi/mmaudio.c
+5
-0
5 additions, 0 deletions
dlls/sapi/mmaudio.c
include/sapi.idl
+3
-0
3 additions, 0 deletions
include/sapi.idl
with
8 additions
and
0 deletions
dlls/sapi/mmaudio.c
+
5
−
0
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
...
...
This diff is collapsed.
Click to expand it.
include/sapi.idl
+
3
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment