Francois Gouget : include: mshtml.idl should import dispex.idl.

Alexandre Julliard julliard at winehq.org
Fri Jan 6 15:31:33 CST 2012


Module: wine
Branch: master
Commit: 80bee500b1560827544bfed2271ebc0c4d405f1a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=80bee500b1560827544bfed2271ebc0c4d405f1a

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jan  6 09:23:23 2012 +0100

include: mshtml.idl should import dispex.idl.

---

 include/mshtml.idl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 2837b60..71d49e1 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -24,6 +24,7 @@
 import "ocidl.idl";
 import "dimm.idl";
 import "shtypes.idl";
+import "dispex.idl";
 
 cpp_quote("#include <olectl.h>")
 




More information about the wine-cvs mailing list