[3/3] mshtml: Add a couple of missing import directives to mshtml.idl.

Francois Gouget fgouget at free.fr
Thu Oct 18 10:14:53 CDT 2007


---

This patch needs the previous two in the series to avoid compilation 
errors.


 dlls/mshtml/mshtml_private.h |    1 +
 include/mshtml.idl           |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index a493109..cca9759 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -17,6 +17,7 @@
  */
 
 #include "docobj.h"
+#include "wingdi.h" /* Needed by mshtml.h */
 #include "mshtml.h"
 #include "mshtmhst.h"
 #include "hlink.h"
diff --git a/include/mshtml.idl b/include/mshtml.idl
index adc87ed..b25c5e4 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -21,7 +21,8 @@
 #include <olectl.h>
 
 import "ocidl.idl";
-/* import "dimm.idl"; */
+import "dimm.idl";
+import "shtypes.idl";
 
 cpp_quote("#include <olectl.h>")
 
-- 
1.5.3.4




More information about the wine-patches mailing list