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
647ddb48
Commit
647ddb48
authored
Feb 27, 2019
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Mar 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing WMT_RIGHTS enum definition.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e09bc9a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
drmexternals.idl
include/drmexternals.idl
+14
-0
No files found.
include/drmexternals.idl
View file @
647ddb48
/*
*
Copyright
2017
Alistair
Leslie
-
Hughes
*
Copyright
2019
Vijay
Kiran
Kamuju
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
...
...
@@ -17,3 +18,16 @@
*/
import
"wmdrmsdk.idl"
;
typedef
enum
WMT_RIGHTS
{
WMT_RIGHT_PLAYBACK
=
0
x00000001
,
WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE
=
0
x00000002
,
WMT_RIGHT_COPY_TO_CD
=
0
x00000008
,
WMT_RIGHT_COPY_TO_SDMI_DEVICE
=
0
x00000010
,
WMT_RIGHT_ONE_TIME
=
0
x00000020
,
WMT_RIGHT_SAVE_STREAM_PROTECTED
=
0
x00000040
,
WMT_RIGHT_COPY
=
0
x00000080
,
WMT_RIGHT_COLLABORATIVE_PLAY
=
0
x00000100
,
WMT_RIGHT_SDMI_TRIGGER
=
0
x00010000
,
WMT_RIGHT_SDMI_NOMORECOPIES
=
0
x00020000
}
WMT_RIGHTS
;
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