14 lines
201 B
C
14 lines
201 B
C
|
/*
|
||
|
* ole2ver.h - Version number info
|
||
|
*/
|
||
|
|
||
|
#ifndef __WINE_OLE2VER_H
|
||
|
#define __WINE_OLE2VER_H
|
||
|
|
||
|
/* OLE version */
|
||
|
#define rmm 23
|
||
|
#define rup 639
|
||
|
|
||
|
#endif /* __WINE_OLE2VER_H */
|
||
|
|