projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 971012
[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
typedef LONG HRESULT;
9
10
#define S_OK 0
11
#define S_FALSE 1
12
13
/* OLE version */
14
#define rmm 23
15
#define rup 639
16
17
#endif /* __WINE_OLE2_H */