projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Replaced all the Mesa specific code by GLX code. Should work now on
[wine]
/
include
/
ole2ver.h
1
/*
2
* ole2ver.h - Version number info
3
*/
4
5
#ifndef __WINE_OLE2VER_H
6
#define __WINE_OLE2VER_H
7
8
/* OLE version */
9
#define rmm 23
10
#define rup 639
11
12
#endif /* __WINE_OLE2VER_H */
13