Francois Gouget : shobjidl.h: Add missing #include directives, and some commented-out ones as reminders.
Module: wine Branch: master Commit: b1ed9ce820ee01cf30dae50640ea3ff4f61d49fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1ed9ce820ee01cf30dae50640... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Sep 1 02:44:52 2007 +0200 shobjidl.h: Add missing #include directives, and some commented-out ones as reminders. --- include/shobjidl.idl | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 474b264..5e937dc 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -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> */") /*****************************************************************************
participants (1)
-
Alexandre Julliard