REFIID was not defined.

This commit is contained in:
Francois Gouget 1998-12-26 11:53:29 +00:00 committed by Alexandre Julliard
parent 94d99642bd
commit 20d3f10b31

View file

@ -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;