19 Oct
2007
19 Oct
'07
2:35 p.m.
Module: wine Branch: master Commit: 4e4f8e4b13fe419efba327e4b93fe6d51d7e5067 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e4f8e4b13fe419efba327e4b9... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Oct 18 17:14:53 2007 +0200 mshtml: Add a missing import directive to mshtml.idl. --- include/mshtml.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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>")