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.
23 lines
1000 B
23 lines
1000 B
|
|
#ifdef RC_INVOKED
|
|
|
|
#include <ver.h>
|
|
|
|
#define VER_FILEVERSION_STR "2.1\0"
|
|
#define VER_FILEVERSION 2,0010,0035,0035
|
|
|
|
#define VER_PRODUCTNAME_STR "Microsoft OLE 2.1 16/32 Interoperability for Windows\0"
|
|
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
|
|
#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
|
|
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1992 - 1994\0"
|
|
#define VER_PRODUCTVERSION_STR "2.1\0"
|
|
#define VER_PRODUCTVERSION 2,0010,0035,0035
|
|
#define VER_COMMENT_STR "Windows OLE 16/32 Interoperability DLLs\0"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE 0
|
|
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
#define VER_FILEFLAGS 0L
|
|
#define VER_FILEOS VOS_DOS_WINDOWS32
|
|
#define VER_FILEDESCRIPTION_STR "OLE 2.1 16/32 Interoperability Library\0"
|
|
|
|
#endif /* RC_INVOKED */
|