Commit 0087da59 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Where ICOM macros are needed, include objbase.h.

parent e42b3ee4
......@@ -20,7 +20,7 @@
#define __WINE_DINPUT_H
#include "windef.h" /* for MAX_PATH */
#include "unknwn.h"
#include "objbase.h"
#ifndef DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800
......
......@@ -32,9 +32,7 @@
#error DO NOT INCLUDE DIRECTLY
#endif
#define __WINE_INCLUDE_OBJIDL
#include "objidl.h"
#undef __WINE_INCLUDE_OBJIDL
#include "objbase.h"
/* the following depend only on obj_base.h */
#include "wine/obj_oleaut.h"
#include "wine/obj_errorinfo.h"
......
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