blob: e4fa1ebd5ea7bb68f7ddacdbcbc805b01aef30b5 [file] [log] [blame]
Francois Gougetd2cb1d12001-07-18 20:04:08 +00001#ifndef __WINE__
2#include "rpc.h"
3#include "rpcndr.h"
4#ifndef COM_NO_WINDOWS_H
5#include "windows.h"
6#include "ole2.h"
7#endif
8#endif
9
Alexandre Julliard638f1691999-01-17 16:32:32 +000010#ifndef __WINE_OBJIDL_H
11#define __WINE_OBJIDL_H
12
13
14#include "wine/obj_base.h"
15
16/* the following depend only on obj_base.h */
17#include "wine/obj_misc.h"
18#include "wine/obj_channel.h"
19#include "wine/obj_clientserver.h"
Alexandre Julliard638f1691999-01-17 16:32:32 +000020#include "wine/obj_storage.h"
21
22/* the following depend on obj_storage.h */
Francois Gouget02546461999-02-19 10:00:54 +000023#include "wine/obj_marshal.h"
Alexandre Julliard638f1691999-01-17 16:32:32 +000024#include "wine/obj_moniker.h"
25#include "wine/obj_propertystorage.h"
26
27/* the following depend on obj_moniker.h */
28#include "wine/obj_dataobject.h"
29
Alexandre Julliard638f1691999-01-17 16:32:32 +000030
31#endif /* __WINE_OBJIDL_H */