Match the Windows header dependencies.
This commit is contained in:
parent
58f8f12760
commit
7188916908
|
@ -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"
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
#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 */
|
||||
|
|
Loading…
Reference in New Issue