Jacek Caban : mshtml: Import dimm.idl and fix compilation.

Alexandre Julliard julliard at winehq.org
Thu Oct 18 07:59:31 CDT 2007


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Oct 17 15:16:21 2007 +0200

mshtml: Import dimm.idl and fix compilation.

---

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

diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index a493109..14ae1be 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -16,6 +16,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "wingdi.h"
 #include "docobj.h"
 #include "mshtml.h"
 #include "mshtmhst.h"
diff --git a/dlls/mshtml/view.c b/dlls/mshtml/view.c
index e5ef7a7..e24fa77 100644
--- a/dlls/mshtml/view.c
+++ b/dlls/mshtml/view.c
@@ -26,7 +26,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
-#include "wingdi.h"
 #include "commctrl.h"
 #include "ole2.h"
 #include "resource.h"
diff --git a/include/mshtml.idl b/include/mshtml.idl
index adc87ed..35bf10d 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -21,7 +21,7 @@
 #include <olectl.h>
 
 import "ocidl.idl";
-/* import "dimm.idl"; */
+import "dimm.idl";
 
 cpp_quote("#include <olectl.h>")
 




More information about the wine-cvs mailing list