Don't define MZ_SUPPORTED on non-i386 platforms.
[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 typedef LPVOID LPMESSAGEFILTER;
10 typedef LPVOID LPDROPTARGET;
11 typedef struct tagMONIKER *LPMONIKER, IMoniker;
12
13 #define S_OK    0
14 #define S_FALSE 1
15
16 /* OLE version */
17 #define rmm             23
18 #define rup            639
19
20 /* FIXME should be in oleidl.h*/
21 typedef struct  tagOleMenuGroupWidths
22 { LONG width[ 6 ];
23 } OLEMENUGROUPWIDTHS32;
24
25 typedef struct tagOleMenuGroupWidths *LPOLEMENUGROUPWIDTHS32;
26
27 typedef HGLOBAL32 HOLEMENU32;
28
29 #endif  /* __WINE_OLE2_H */