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
949ecc51
Commit
949ecc51
authored
Nov 13, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wpcapi.idl: Added WPCFLAG_RESTRICTION declaration.
parent
6fc59772
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
wpcapi.idl
include/wpcapi.idl
+9
-0
No files found.
include/wpcapi.idl
View file @
949ecc51
...
...
@@ -19,6 +19,15 @@
import
"oaidl.idl"
;
import
"ocidl.idl"
;
typedef
[
v1_enum
]
enum
tagWPCFLAG_RESTRICTION
{
WPCFLAG_NO_RESTRICTION
=
0
x0000
,
WPCFLAG_LOGGING_REQUIRED
=
0
x0001
,
WPCFLAG_WEB_FILTERED
=
0
x0002
,
WPCFLAG_HOURS_RESTRICTED
=
0
x0004
,
WPCFLAG_GAMES_BLOCKED
=
0
x0008
,
WPCFLAG_APPS_RESTRICTED
=
0
x0010
}
WPCFLAG_RESTRICTION
;
[
uuid
(
8
fdf6ca1
-
0189
-
47
e4
-
b670
-
1
a8a4636e340
),
object
...
...
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