mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
649 B
15 lines
649 B
/*****************************************************************************\
|
|
* *
|
|
* ole2ver.h - OLE 2 Version Number Info *
|
|
* *
|
|
* Copyright (c) 1992-1993, Microsoft Corp. All rights reserved. *
|
|
* *
|
|
\*****************************************************************************/
|
|
|
|
#ifndef _OLE2VER_H_
|
|
#define _OLE2VER_H_
|
|
|
|
#define rmm 23
|
|
#define rup 639
|
|
|
|
#endif
|