Added support for the Win32 Console interface to the main DOSVM event
[wine] / include / oleidl.h
1 #ifndef __WINE_OLEIDL_H
2 #define __WINE_OLEIDL_H
3
4
5 #include "wine/obj_base.h"
6
7 /* the following depend only on obj_base.h */
8 #include "wine/obj_storage.h"
9
10 /* the following depend on obj_storage.h */
11 #include "wine/obj_moniker.h"
12
13 /* the following depend on obj_moniker */
14 #include "wine/obj_dataobject.h"
15
16 /* the following depend on obj_dataobject.h */
17 #include "wine/obj_dragdrop.h"
18
19 #include "wine/obj_inplace.h"
20 #include "wine/obj_cache.h"
21 #include "wine/obj_oleobj.h"
22 #include "wine/obj_oleview.h"
23
24 #endif /* __WINE_OLEIDL_H */
25