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
7ccc45f7
Commit
7ccc45f7
authored
Apr 28, 2020
by
Andrew Eikum
Committed by
Alexandre Julliard
Apr 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/xapo.idl: Add XAPO registration flags.
Signed-off-by:
Andrew Eikum
<
aeikum@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
341068aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
xapo.idl
include/xapo.idl
+7
-0
No files found.
include/xapo.idl
View file @
7ccc45f7
...
...
@@ -20,6 +20,13 @@ import "unknwn.idl";
#
define
XAPO_REGISTRATION_STRING_LENGTH
256
cpp_quote
(
"#define XAPO_FLAG_CHANNELS_MUST_MATCH 0x1"
)
cpp_quote
(
"#define XAPO_FLAG_FRAMERATE_MUST_MATCH 0x2"
)
cpp_quote
(
"#define XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH 0x4"
)
cpp_quote
(
"#define XAPO_FLAG_BUFFERCOUNT_MUST_MATCH 0x8"
)
cpp_quote
(
"#define XAPO_FLAG_INPLACE_SUPPORTED 0x10"
)
cpp_quote
(
"#define XAPO_FLAG_INPLACE_REQUIRED 0x20"
)
cpp_quote
(
"#if 0"
)
typedef
struct
WAVEFORMATEX
{
...
...
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