Moved DCX_* constants to winuser.h.
[wine/multimedia.git] / include / oleidl.h
blob9be7af4a385ac1e0f5b241fbc20cd26e02e962ef
1 #ifndef __WINE_OLEIDL_H
2 #define __WINE_OLEIDL_H
5 #include "wine/obj_base.h"
6 #include "wine/obj_misc.h"
8 /* the following depend only on obj_base.h */
9 #include "wine/obj_storage.h"
11 /* the following depend on obj_storage.h */
12 #include "wine/obj_moniker.h"
14 /* the following depend on obj_moniker */
15 #include "wine/obj_dataobject.h"
17 /* the following depend on obj_dataobject.h */
18 #include "wine/obj_dragdrop.h"
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"
26 #endif /* __WINE_OLEIDL_H */