Since all those wine/obj_* files included from oleidl.h still needs objbase.h to work, we'll have oleidl.h include it for now, until it gets properly IDL-ified. (And IErrorInfo is oaidl stuff, not oleidl stuff, so its inclusion is removed). Log: Ove Kaaven <ovek@transgaming.com> Temporarily include objbase.h from oleidl.h. Removed inclusion of obj_errorinfo.h. Index: include/oleidl.h =================================================================== RCS file: /home/wine/wine/include/oleidl.h,v retrieving revision 1.10 diff -u -r1.10 oleidl.h --- include/oleidl.h 4 Jan 2003 00:52:20 -0000 1.10 +++ include/oleidl.h 4 Jan 2003 15:16:41 -0000 @@ -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 */