1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Match the Windows header dependencies.

This commit is contained in:
Francois Gouget 2000-11-15 22:12:48 +00:00 committed by Alexandre Julliard
parent 58f8f12760
commit 7188916908
2 changed files with 7 additions and 1 deletions

View File

@ -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"

View File

@ -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 */