Added graphical configuration tool wineconf.tcl.
[wine/multimedia.git] / include / oleidl.h
blob34b4865faf649bdac0dd3c1c6415b7ecda7fb23d
1 #ifndef __WINE_OLEIDL_H
2 #define __WINE_OLEIDL_H
5 #include "wine/obj_base.h"
7 /* the following depend only on obj_base.h */
8 #include "wine/obj_storage.h"
10 /* the following depend on obj_storage.h */
11 #include "wine/obj_moniker.h"
13 /* the following depend on obj_moniker */
14 #include "wine/obj_dataobject.h"
16 /* the following depend on obj_dataobject.h */
17 #include "wine/obj_dragdrop.h"
19 #include "wine/obj_inplace.h"
20 #include "wine/obj_cache.h"
21 #include "wine/obj_oleobj.h"
22 #include "wine/obj_oleview.h"
24 #endif /* __WINE_OLEIDL_H */