Module: wine Branch: master Commit: af52a7a6aca65d5314fb405da6162e7386f8f0d5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=af52a7a6aca65d5314fb405da6...
Author: Francois Gouget fgouget@free.fr Date: Thu Dec 15 20:32:28 2011 +0100
include: shldisp.idl should only import ocidl.idl.
---
include/shldisp.idl | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/include/shldisp.idl b/include/shldisp.idl index 5c04f71..3e7fc45 100644 --- a/include/shldisp.idl +++ b/include/shldisp.idl @@ -18,12 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-import "objidl.idl"; -import "oleidl.idl"; -import "oaidl.idl"; -import "shtypes.idl"; -import "servprov.idl"; -import "comcat.idl"; +import "ocidl.idl";
#include <shdispid.h>