Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 1 | #ifndef __WINE_OBJIDL_H |
| 2 | #define __WINE_OBJIDL_H |
| 3 | |
| 4 | |
| 5 | #include "wine/obj_base.h" |
| 6 | |
| 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" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 11 | #include "wine/obj_storage.h" |
| 12 | |
| 13 | /* the following depend on obj_storage.h */ |
Francois Gouget | 0254646 | 1999-02-19 10:00:54 +0000 | [diff] [blame] | 14 | #include "wine/obj_marshal.h" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 15 | #include "wine/obj_moniker.h" |
| 16 | #include "wine/obj_propertystorage.h" |
| 17 | |
| 18 | /* the following depend on obj_moniker.h */ |
| 19 | #include "wine/obj_dataobject.h" |
| 20 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 21 | |
| 22 | #endif /* __WINE_OBJIDL_H */ |