blob: 391843f2f31b16cffd2b25bec312a26f80c619ba [file] [log] [blame]
/*
* ole2.h - Declarations for OLE2
*/
#ifndef __WINE_OLE2_H
#define __WINE_OLE2_H
typedef LONG HRESULT;
typedef LPVOID LPMESSAGEFILTER;
#define S_OK 0
#define S_FALSE 1
/* OLE version */
#define rmm 23
#define rup 639
#endif /* __WINE_OLE2_H */