Francois Gouget | d2cb1d1 | 2001-07-18 20:04:08 +0000 | [diff] [blame^] | 1 | #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 Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 10 | #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 Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 20 | #include "wine/obj_storage.h" |
| 21 | |
| 22 | /* the following depend on obj_storage.h */ |
Francois Gouget | 0254646 | 1999-02-19 10:00:54 +0000 | [diff] [blame] | 23 | #include "wine/obj_marshal.h" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 24 | #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 Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 30 | |
| 31 | #endif /* __WINE_OBJIDL_H */ |