Module: wine Branch: master Commit: 80bee500b1560827544bfed2271ebc0c4d405f1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=80bee500b1560827544bfed227...
Author: Francois Gouget fgouget@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>")