Skip to content
Snippets Groups Projects
Commit e4ce323d authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Removed no longer needed include protections.

parent 4b40180e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
......@@ -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" {
......
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment