Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
[wine/wine-kai.git] / include / oleidl.h
blob4a705d555f3271dd0dd02463586fe1f82df9197f
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
10 #ifndef __WINE_OLEIDL_H
11 #define __WINE_OLEIDL_H
14 #include "wine/obj_base.h"
15 #include "wine/obj_misc.h"
17 /* the following depend only on obj_base.h */
18 #include "wine/obj_storage.h"
20 /* the following depend on obj_storage.h */
21 #include "wine/obj_moniker.h"
23 /* the following depend on obj_moniker */
24 #include "wine/obj_dataobject.h"
26 /* the following depend on obj_dataobject.h */
27 #include "wine/obj_dragdrop.h"
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"
35 #endif /* __WINE_OLEIDL_H */