From a4a8472f407ff13cc79adb85477534c7859cbfe7 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sun, 5 Jan 2003 01:06:30 +0000 Subject: [PATCH] Include oaidl.h instead of wine/obj_oleaut.h. --- include/docobj.h | 4 +++- include/ocidl.h | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/docobj.h b/include/docobj.h index 4d820f24698..603825366bd 100644 --- a/include/docobj.h +++ b/include/docobj.h @@ -31,7 +31,9 @@ #include "wingdi.h" #include "winuser.h" #include "ole2.h" -#include "wine/obj_oleaut.h" +#define __WINE_INCLUDE_OAIDL +#include "oaidl.h" +#undef __WINE_INCLUDE_OAIDL /***************************************************************************** * Declare the structures diff --git a/include/ocidl.h b/include/ocidl.h index dc9664ea658..61c112b246b 100644 --- a/include/ocidl.h +++ b/include/ocidl.h @@ -34,7 +34,10 @@ #include "oleidl.h" #undef __WINE_INCLUDE_OLEIDL -#include "wine/obj_oleaut.h" +#define __WINE_INCLUDE_OAIDL +#include "oaidl.h" +#undef __WINE_INCLUDE_OAIDL + #include "wine/obj_olefont.h" #include "wine/obj_picture.h"