Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
[wine.git] / include / ocidl.h
blob192e65799b6be11aa6dbcb1155b89ea7feba48a2
1 #ifndef __WINE_OCIDL_H
2 #define __WINE_OCIDL_H
4 #if !defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
5 #include "windows.h"
6 #include "ole2.h"
7 #endif
9 #include "wine/obj_base.h"
11 /* the following depend only on obj_base.h */
12 #include "wine/obj_storage.h"
13 #include "wine/obj_oleaut.h"
14 #include "wine/obj_olefont.h"
15 #include "wine/obj_picture.h"
17 #include "wine/obj_control.h"
18 #include "wine/obj_connection.h"
19 #include "wine/obj_property.h"
20 #include "wine/obj_oleundo.h"
22 #endif /* __WINE_OCIDL_H */