Fixed Unicode strings.
[wine] / include / oleidl.h
1 #ifndef __WINE_OLEIDL_H
2 #define __WINE_OLEIDL_H
3
4
5 #include "wine/obj_base.h"
6 #include "wine/obj_misc.h"
7
8 /* the following depend only on obj_base.h */
9 #include "wine/obj_storage.h"
10
11 /* the following depend on obj_storage.h */
12 #include "wine/obj_moniker.h"
13
14 /* the following depend on obj_moniker */
15 #include "wine/obj_dataobject.h"
16
17 /* the following depend on obj_dataobject.h */
18 #include "wine/obj_dragdrop.h"
19
20 #include "wine/obj_inplace.h"
21 #include "wine/obj_cache.h"
22 #include "wine/obj_oleobj.h"
23 #include "wine/obj_oleview.h"
24 #include "wine/obj_errorinfo.h"
25
26 #endif /* __WINE_OLEIDL_H */
27