mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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 */
|
|
|