windows-nt/Source/XPSP1/NT/com/ole32/ih/chicago/verolerc.h
2020-09-26 16:20:57 +08:00

24 lines
1 KiB
C

#ifdef RC_INVOKED
#include <winver.h>
#define VER_FILEVERSION_STR "2.2\0"
#define VER_FILEVERSION 2,0020,0041,0060
#define VER_PRODUCTNAME_STR "Microsoft OLE 2.2 for Windows 95(TM) Operating System\0"
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1992 - 1995\0"
#define VER_PRODUCTVERSION_STR "2.2\0"
#define VER_PRODUCTVERSION 2,0020,0041,0060
#define VER_COMMENT_STR "Microsoft OLE 2.2 for Windows 95(TM) Operating System\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 "Microsoft OLE 2.2 for Windows 95(TM) Operating System\0"
#endif /* RC_INVOKED */