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
d2cb1d14
Commit
d2cb1d14
authored
Jul 18, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include rpc*.h/windows.h/ole2.h just like windows.
parent
1e72a3e9
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
85 additions
and
16 deletions
+85
-16
comcat.h
include/comcat.h
+5
-4
docobj.h
include/docobj.h
+9
-0
oaidl.h
include/oaidl.h
+9
-0
objidl.h
include/objidl.h
+9
-0
ocidl.h
include/ocidl.h
+8
-4
oleidl.h
include/oleidl.h
+9
-0
rpc.h
include/rpc.h
+3
-3
servprov.h
include/servprov.h
+9
-0
strmif.h
include/strmif.h
+9
-0
unknwn.h
include/unknwn.h
+6
-5
urlmon.h
include/urlmon.h
+9
-0
No files found.
include/comcat.h
View file @
d2cb1d14
#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#include "unknwn.h"
...
...
include/docobj.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_DOCOBJ_H
#define __WINE_DOCOBJ_H
...
...
include/oaidl.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_OAIDL_H
#define __WINE_OAIDL_H
...
...
include/objidl.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_OBJIDL_H
#define __WINE_OBJIDL_H
...
...
include/ocidl.h
View file @
d2cb1d14
#ifndef __WINE_
OCIDL_H
#
define __WINE_OCIDL_H
#if
!defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
#ifndef __WINE_
_
#
include "rpc.h"
#include "rpcndr.h"
#if
ndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_OCIDL_H
#define __WINE_OCIDL_H
#include "wine/obj_base.h"
...
...
include/oleidl.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_OLEIDL_H
#define __WINE_OLEIDL_H
...
...
include/rpc.h
View file @
d2cb1d14
...
...
@@ -2,13 +2,13 @@
* RPC interface
*
*/
#ifndef __WINE_RPC_H
#define __WINE_RPC_H
#if !defined(RPC_NO_WINDOWS_H) && !defined(__WINE__)
#include "windows.h"
#endif
#ifndef __WINE_RPC_H
#define __WINE_RPC_H
#define __RPC_FAR
#define __RPC_API WINAPI
#define __RPC_USER WINAPI
...
...
include/servprov.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_SERVPROV_H
#define __WINE_SERVPROV_H
...
...
include/strmif.h
View file @
d2cb1d14
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_STRMIF_H_
#define __WINE_STRMIF_H_
...
...
include/unknwn.h
View file @
d2cb1d14
#ifndef __WINE_UNKNWN_H
#define __WINE_UNKNWN_H
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_UNKNWN_H
#define __WINE_UNKNWN_H
#include "wine/obj_base.h"
...
...
include/urlmon.h
View file @
d2cb1d14
...
...
@@ -2,6 +2,15 @@
* urlmon.h
*/
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_URLMON_H
#define __WINE_URLMON_H
...
...
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