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
b13722cd
Commit
b13722cd
authored
Dec 10, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Disable widl-specific coclass attributes when not building with widl.
parent
75e35447
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
gameux.idl
include/gameux.idl
+6
-0
msxml6.idl
include/msxml6.idl
+6
-0
wuapi.idl
include/wuapi.idl
+6
-0
No files found.
include/gameux.idl
View file @
b13722cd
...
...
@@ -23,6 +23,12 @@ import "oaidl.idl";
import
"ocidl.idl"
;
import
"shobjidl.idl"
;
#
ifndef
__WIDL__
#
define
threading
(
model
)
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
[
uuid
(
4
F48A59C
-942D-4
F3C
-
83
C9
-
4
EFFE84E4959
),
version
(
1.0
),
...
...
include/msxml6.idl
View file @
b13722cd
...
...
@@ -25,6 +25,12 @@ import "unknwn.idl";
import
"objidl.idl"
;
import
"oaidl.idl"
;
#
ifndef
__WIDL__
#
define
threading
(
model
)
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
[
uuid
(
f5078f18
-
c551
-
11
d3
-
89b9
-
0000
f81fe221
),
version
(
6.0
),
...
...
include/wuapi.idl
View file @
b13722cd
...
...
@@ -18,6 +18,12 @@
import
"oaidl.idl"
;
#
ifndef
__WIDL__
#
define
threading
(
model
)
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
[
helpstring
(
"WUAPI 2.0 Type Library"
),
uuid
(
b596cc9f
-
56
e5
-
419
e
-
a622
-
e01bb457431e
),
...
...
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