Commit | Line | Data |
---|---|---|
ea1640fc PQ |
1 | /* |
2 | * ole2ver.h - Version number info | |
3 | */ | |
4 | ||
5 | #ifndef __WINE_OLE2VER_H | |
6 | #define __WINE_OLE2VER_H | |
7 | ||
ffdd1717 AM |
8 | /* |
9 | * other versions rmm/rup: | |
10 | * 23/639 | |
11 | * 23/700 | |
12 | * 23/730 | |
13 | * 23/824 | |
14 | * | |
15 | * Win98 SE original files: | |
16 | * COMPOBJ: CoBuildVersion 23/700 | |
17 | * OLE2: OleBuildVersion -> COMPOBJ.CoBuildVersion | |
18 | * OLE32: CoBuildVersion and Ole~ 23/824 | |
19 | * | |
20 | * We probably should reorganize the OLE version stuff, i.e. | |
21 | * use different values for every *BuildVersion function and Win version. | |
22 | */ | |
23 | ||
24 | /* bad: we shouldn't make use of it that globally ! */ | |
ea1640fc | 25 | #define rmm 23 |
ffdd1717 | 26 | #define rup 824 |
ea1640fc PQ |
27 | |
28 | #endif /* __WINE_OLE2VER_H */ |