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
9719bcaf
Commit
9719bcaf
authored
Jun 08, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add DO_NO_IMPORTS ifdefs where needed.
parent
6310819a
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
3 deletions
+24
-3
activscp.idl
include/activscp.idl
+2
-0
comcat.idl
include/comcat.idl
+2
-0
dispex.idl
include/dispex.idl
+2
-0
mlang.idl
include/mlang.idl
+2
-0
msxml.idl
include/msxml.idl
+2
-1
oaidl.idl
include/oaidl.idl
+2
-0
objidl.idl
include/objidl.idl
+2
-0
objsafe.idl
include/objsafe.idl
+2
-0
ocidl.idl
include/ocidl.idl
+2
-1
oleidl.idl
include/oleidl.idl
+2
-0
propidl.idl
include/propidl.idl
+2
-1
unknwn.idl
include/unknwn.idl
+2
-0
No files found.
include/activscp.idl
View file @
9719bcaf
...
...
@@ -16,9 +16,11 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"ocidl.idl"
;
import
"oleidl.idl"
;
import
"oaidl.idl"
;
#
endif
typedef
enum
tagSCRIPTSTATE
{
SCRIPTSTATE_UNINITIALIZED
=
0
,
...
...
include/comcat.idl
View file @
9719bcaf
...
...
@@ -17,7 +17,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
#
endif
/*****************************************************************************
*
Types
...
...
include/dispex.idl
View file @
9719bcaf
...
...
@@ -16,10 +16,12 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"ocidl.idl"
;
import
"oleidl.idl"
;
import
"oaidl.idl"
;
import
"servprov.idl"
;
#
endif
cpp_quote
(
"#define fdexNameCaseSensitive 0x00000001L"
)
cpp_quote
(
"#define fdexNameEnsure 0x00000002L"
)
...
...
include/mlang.idl
View file @
9719bcaf
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
#
endif
interface
IStream
;
...
...
include/msxml.idl
View file @
9719bcaf
...
...
@@ -19,11 +19,12 @@
#
include
<
msxmldid
.
h>
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
import
"wtypes.idl"
;
import
"objidl.idl"
;
import
"oaidl.idl"
;
#
endif
[
local
,
...
...
include/oaidl.idl
View file @
9719bcaf
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"objidl.idl"
;
#
endif
interface
IDispatch
;
interface
ITypeInfo
;
...
...
include/objidl.idl
View file @
9719bcaf
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
#
endif
interface
IStream
;
interface
IEnumString
;
...
...
include/objsafe.idl
View file @
9719bcaf
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
#
endif
cpp_quote
(
"#define INTERFACESAFE_FOR_UNTRUSTED_CALLER 1"
)
cpp_quote
(
"#define INTERFACESAFE_FOR_UNTRUSTED_DATA 2"
)
...
...
include/ocidl.idl
View file @
9719bcaf
...
...
@@ -18,11 +18,12 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"oleidl.idl"
;
import
"oaidl.idl"
;
import
"servprov.idl"
;
import
"urlmon.idl"
;
#
endif
/*****************************************************************************
*
IOleControlTypes
interface
...
...
include/oleidl.idl
View file @
9719bcaf
...
...
@@ -18,7 +18,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"objidl.idl"
;
#
endif
interface
IOleInPlaceActiveObject
;
...
...
include/propidl.idl
View file @
9719bcaf
...
...
@@ -18,9 +18,10 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"objidl.idl"
;
import
"oaidl.idl"
;
#
endif
/*
*
Windows
SDK
braindamage
alert
...
...
include/unknwn.idl
View file @
9719bcaf
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifndef
DO_NO_IMPORTS
import
"wtypes.idl"
;
#
endif
/*
Interfaces
*/
...
...
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