Commit 49447ad1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Fix the metahost.idl import directives.

parent 9cdc6ac0
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "ole2.h" #include "ole2.h"
#include "corerror.h" #include "corerror.h"
#include "ocidl.h"
#include "initguid.h" #include "initguid.h"
#include "metahost.h" #include "metahost.h"
#include "wine/test.h" #include "wine/test.h"
......
...@@ -16,8 +16,10 @@ ...@@ -16,8 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
import "wtypes.idl"; import "unknwn.idl";
import "propidl.idl"; import "oaidl.idl";
import "ocidl.idl";
import "mscoree.idl";
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
cpp_quote("#undef LoadLibrary") cpp_quote("#undef LoadLibrary")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment