Release 20000227.
[wine.git] / include / objidl.h
bloba89858b0ed7992db9859c1460a969c4d5a474f1d
1 #ifndef __WINE_OBJIDL_H
2 #define __WINE_OBJIDL_H
5 #include "wine/obj_base.h"
7 /* the following depend only on obj_base.h */
8 #include "wine/obj_misc.h"
9 #include "wine/obj_channel.h"
10 #include "wine/obj_clientserver.h"
11 #include "wine/obj_storage.h"
13 /* the following depend on obj_storage.h */
14 #include "wine/obj_marshal.h"
15 #include "wine/obj_moniker.h"
16 #include "wine/obj_propertystorage.h"
18 /* the following depend on obj_moniker.h */
19 #include "wine/obj_dataobject.h"
22 #endif /* __WINE_OBJIDL_H */