From e4ce323d30c8b4dd7a1f3f158c5662cea83cd6c9 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 4 Sep 2003 00:05:15 +0000 Subject: [PATCH] Removed no longer needed include protections. --- include/docobj.h | 2 -- include/ole2.h | 2 -- include/oleauto.h | 2 -- include/olectl.h | 4 ---- 4 files changed, 10 deletions(-) diff --git a/include/docobj.h b/include/docobj.h index 1e082c677e6..6a69ca0ec99 100644 --- a/include/docobj.h +++ b/include/docobj.h @@ -31,9 +31,7 @@ #include #include #include -#define __WINE_INCLUDE_OAIDL #include -#undef __WINE_INCLUDE_OAIDL /***************************************************************************** * Declare the structures diff --git a/include/ole2.h b/include/ole2.h index c616462df71..25572a56615 100644 --- a/include/ole2.h +++ b/include/ole2.h @@ -25,9 +25,7 @@ #include #include #include -#define __WINE_INCLUDE_OLEIDL #include -#undef __WINE_INCLUDE_OLEIDL struct tagMSG; diff --git a/include/oleauto.h b/include/oleauto.h index adeee1aab7a..1857b95cfa3 100644 --- a/include/oleauto.h +++ b/include/oleauto.h @@ -20,9 +20,7 @@ #define __WINE_OLEAUTO_H #include -#define __WINE_INCLUDE_OAIDL #include -#undef __WINE_INCLUDE_OAIDL #ifdef __cplusplus extern "C" { diff --git a/include/olectl.h b/include/olectl.h index 05fd8d2408d..dc20107cf25 100644 --- a/include/olectl.h +++ b/include/olectl.h @@ -20,9 +20,7 @@ #define __WINE_OLECTL_H #include -#define __WINE_INCLUDE_OCIDL #include -#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 */ - - -- 2.11.4.GIT