Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
[wine] / include / ole2.h
1 /*
2  *      ole2.h - Declarations for OLE2
3  */
4
5 #ifndef __WINE_OLE2_H
6 #define __WINE_OLE2_H
7
8 /* to be implemented */
9 /* FIXME: this should be defined somewhere in oleidl.h instead, should it be repeated here ? */
10 typedef LPVOID LPDROPTARGET;
11
12
13 /* OLE version */
14 #define rmm             23
15 #define rup            639
16
17 /* FIXME: should be in oleidl.h */
18 typedef struct  tagOleMenuGroupWidths
19 { LONG width[ 6 ];
20 } OLEMENUGROUPWIDTHS32;
21
22 typedef struct tagOleMenuGroupWidths *LPOLEMENUGROUPWIDTHS32;
23
24 typedef HGLOBAL32 HOLEMENU32;
25
26 #endif  /* __WINE_OLE2_H */