shobjidl.h: Add missing #include directives, and some commented-out ones as reminders.
This commit is contained in:
parent
823f386914
commit
b1ed9ce820
|
@ -22,12 +22,18 @@
|
||||||
import "objidl.idl";
|
import "objidl.idl";
|
||||||
import "oleidl.idl";
|
import "oleidl.idl";
|
||||||
import "oaidl.idl";
|
import "oaidl.idl";
|
||||||
|
import "docobj.idl";
|
||||||
import "shtypes.idl";
|
import "shtypes.idl";
|
||||||
import "servprov.idl";
|
import "servprov.idl";
|
||||||
import "comcat.idl";
|
import "comcat.idl";
|
||||||
import "propidl.idl";
|
import "propidl.idl";
|
||||||
/*import "prsht.idl";*/
|
/* FIXME: import "prsht.idl";*/
|
||||||
/*import "msxml.idl";*/
|
import "msxml.idl";
|
||||||
|
import "wtypes.idl";
|
||||||
|
/* FIXME: import "propsys.idl"; */
|
||||||
|
/* FIXME: import "structuredquery.idl"; */
|
||||||
|
|
||||||
|
cpp_quote("/* FIXME: #include <sherrors.h> */")
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue