Make dinput a properly separated dll.
[wine] / include / oleidl.h
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
10 #ifndef __WINE_OLEIDL_H
11 #define __WINE_OLEIDL_H
12
13
14 #include "wine/obj_base.h"
15 #include "wine/obj_misc.h"
16
17 /* the following depend only on obj_base.h */
18 #include "wine/obj_storage.h"
19
20 /* the following depend on obj_storage.h */
21 #include "wine/obj_moniker.h"
22
23 /* the following depend on obj_moniker */
24 #include "wine/obj_dataobject.h"
25
26 /* the following depend on obj_dataobject.h */
27 #include "wine/obj_dragdrop.h"
28
29 #include "wine/obj_inplace.h"
30 #include "wine/obj_cache.h"
31 #include "wine/obj_oleobj.h"
32 #include "wine/obj_oleview.h"
33 #include "wine/obj_errorinfo.h"
34
35 #endif /* __WINE_OLEIDL_H */
36