From e057a7a08df8b62c2b3210c41518cf125c62f25f Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sun, 5 Jan 2003 01:06:19 +0000 Subject: [PATCH] Temporarily include objbase.h from oleidl.h. Removed inclusion of obj_errorinfo.h. --- include/oleidl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oleidl.h b/include/oleidl.h index 1e917890c6a..41165b50ae9 100644 --- a/include/oleidl.h +++ b/include/oleidl.h @@ -30,11 +30,11 @@ #error DO NOT INCLUDE DIRECTLY #endif +#include "objbase.h" #include "wine/obj_inplace.h" #include "wine/obj_cache.h" #include "wine/obj_oleobj.h" #include "wine/obj_oleview.h" -#include "wine/obj_errorinfo.h" #include "wine/obj_dragdrop.h" #endif /* __WINE_OLEIDL_H */