Fixed a couple of HWND type mismatches.
[wine/multimedia.git] / include / objidl.h
blobe4fa1ebd5ea7bb68f7ddacdbcbc805b01aef30b5
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_OBJIDL_H
11 #define __WINE_OBJIDL_H
14 #include "wine/obj_base.h"
16 /* the following depend only on obj_base.h */
17 #include "wine/obj_misc.h"
18 #include "wine/obj_channel.h"
19 #include "wine/obj_clientserver.h"
20 #include "wine/obj_storage.h"
22 /* the following depend on obj_storage.h */
23 #include "wine/obj_marshal.h"
24 #include "wine/obj_moniker.h"
25 #include "wine/obj_propertystorage.h"
27 /* the following depend on obj_moniker.h */
28 #include "wine/obj_dataobject.h"
31 #endif /* __WINE_OBJIDL_H */