Commit 71889169 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Match the Windows header dependencies.

parent 58f8f127
......@@ -3,7 +3,7 @@
#define _OBJBASE_H_
#include "wine/obj_base.h"
#include "unknwn.h"
/* the following depend only on obj_base.h */
#include "wine/obj_misc.h"
......
#ifndef __WINE_UNKNWN_H
#define __WINE_UNKNWN_H
#include "rpc.h"
#include "rpcndr.h"
#include "wine/obj_base.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif /* __WINE_UNKNWN_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