shobjidl.h: Add missing #include directives, and some commented-out ones as reminders.

This commit is contained in:
Francois Gouget 2007-09-01 02:44:52 +02:00 committed by Alexandre Julliard
parent 823f386914
commit b1ed9ce820
1 changed files with 8 additions and 2 deletions

View File

@ -22,12 +22,18 @@
import "objidl.idl";
import "oleidl.idl";
import "oaidl.idl";
import "docobj.idl";
import "shtypes.idl";
import "servprov.idl";
import "comcat.idl";
import "propidl.idl";
/*import "prsht.idl";*/
/*import "msxml.idl";*/
/* FIXME: import "prsht.idl";*/
import "msxml.idl";
import "wtypes.idl";
/* FIXME: import "propsys.idl"; */
/* FIXME: import "structuredquery.idl"; */
cpp_quote("/* FIXME: #include <sherrors.h> */")
/*****************************************************************************