commit | 4e4f8e4b13fe419efba327e4b93fe6d51d7e5067 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Thu Oct 18 17:14:53 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 19 12:25:07 2007 +0200 |
tree | 5088eea0a69bcf392a95a6aa6b89372794a633c6 | |
parent | cb7decd6f641a7d13ef7749adab562f665d89e91 [diff] [blame] |
mshtml: Add a missing import directive to mshtml.idl.
diff --git a/include/mshtml.idl b/include/mshtml.idl index 35bf10d..b25c5e4 100644 --- a/include/mshtml.idl +++ b/include/mshtml.idl
@@ -22,6 +22,7 @@ import "ocidl.idl"; import "dimm.idl"; +import "shtypes.idl"; cpp_quote("#include <olectl.h>")