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
e4ce323d
Commit
e4ce323d
authored
Sep 04, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed no longer needed include protections.
parent
4b40180e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
docobj.h
include/docobj.h
+0
-2
ole2.h
include/ole2.h
+0
-2
oleauto.h
include/oleauto.h
+0
-2
olectl.h
include/olectl.h
+0
-4
No files found.
include/docobj.h
View file @
e4ce323d
...
...
@@ -31,9 +31,7 @@
#include <wingdi.h>
#include <winuser.h>
#include <ole2.h>
#define __WINE_INCLUDE_OAIDL
#include <oaidl.h>
#undef __WINE_INCLUDE_OAIDL
/*****************************************************************************
* Declare the structures
...
...
include/ole2.h
View file @
e4ce323d
...
...
@@ -25,9 +25,7 @@
#include <winerror.h>
#include <objbase.h>
#include <oleauto.h>
#define __WINE_INCLUDE_OLEIDL
#include <oleidl.h>
#undef __WINE_INCLUDE_OLEIDL
struct
tagMSG
;
...
...
include/oleauto.h
View file @
e4ce323d
...
...
@@ -20,9 +20,7 @@
#define __WINE_OLEAUTO_H
#include <winbase.h>
#define __WINE_INCLUDE_OAIDL
#include <oaidl.h>
#undef __WINE_INCLUDE_OAIDL
#ifdef __cplusplus
extern
"C"
{
...
...
include/olectl.h
View file @
e4ce323d
...
...
@@ -20,9 +20,7 @@
#define __WINE_OLECTL_H
#include <windef.h>
#define __WINE_INCLUDE_OCIDL
#include <ocidl.h>
#undef __WINE_INCLUDE_OCIDL
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -361,5 +359,3 @@ HRESULT WINAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
#endif
#endif
/* __WINE_OLECTL_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