Module: wine Branch: master Commit: 49447ad1d549438c837fcb9025f0a52cc9ed09cb URL: http://source.winehq.org/git/wine.git/?a=commit;h=49447ad1d549438c837fcb9025...
Author: Francois Gouget fgouget@free.fr Date: Fri Dec 30 09:30:54 2011 +0100
include: Fix the metahost.idl import directives.
---
dlls/mscoree/tests/metahost.c | 1 + include/metahost.idl | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dlls/mscoree/tests/metahost.c b/dlls/mscoree/tests/metahost.c index 50821be..a9872f0 100644 --- a/dlls/mscoree/tests/metahost.c +++ b/dlls/mscoree/tests/metahost.c @@ -24,6 +24,7 @@ #include "ole2.h"
#include "corerror.h" +#include "ocidl.h" #include "initguid.h" #include "metahost.h" #include "wine/test.h" diff --git a/include/metahost.idl b/include/metahost.idl index bd19c48..51cd784 100644 --- a/include/metahost.idl +++ b/include/metahost.idl @@ -16,8 +16,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-import "wtypes.idl"; -import "propidl.idl"; +import "unknwn.idl"; +import "oaidl.idl"; +import "ocidl.idl"; +import "mscoree.idl";
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") cpp_quote("#undef LoadLibrary")