From 20d3f10b3194bee37cf276d6f79cd13f8fdb7cdd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 26 Dec 1998 11:53:29 +0000 Subject: [PATCH] REFIID was not defined. --- include/objbase.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/objbase.h b/include/objbase.h index 85b146b36db..f7c569766d8 100644 --- a/include/objbase.h +++ b/include/objbase.h @@ -422,6 +422,9 @@ #endif +/* FIXME: compobj.h seems to be obsolete (replaced by objbase.h!) but it still contains REFIID */ +#include "compobj.h" + typedef struct IUnknown IUnknown ,*LPUNKNOWN;