Sign in
goma
/
wine
/
44ed71f52f783a91bb2a44085444ce14438c515a
/
.
/
include
/
ole2.h
blob: 391843f2f31b16cffd2b25bec312a26f80c619ba [
file
]
/*
* 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 */