mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
include: Fix the metahost.idl import directives.
This commit is contained in:
parent
9cdc6ac0d4
commit
49447ad1d5
@ -24,6 +24,7 @@
|
||||
#include "ole2.h"
|
||||
|
||||
#include "corerror.h"
|
||||
#include "ocidl.h"
|
||||
#include "initguid.h"
|
||||
#include "metahost.h"
|
||||
#include "wine/test.h"
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user