Source code of Windows XP (NT5)
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
1.0 KiB

  1. #ifdef RC_INVOKED
  2. #include <winver.h>
  3. #define VER_FILEVERSION_STR "2.2\0"
  4. #define VER_FILEVERSION 2,0020,0041,0060
  5. #define VER_PRODUCTNAME_STR "Microsoft OLE 2.2 for Windows 95(TM) Operating System\0"
  6. #define VER_COMPANYNAME_STR "Microsoft Corporation\0"
  7. #define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
  8. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1992 - 1995\0"
  9. #define VER_PRODUCTVERSION_STR "2.2\0"
  10. #define VER_PRODUCTVERSION 2,0020,0041,0060
  11. #define VER_COMMENT_STR "Microsoft OLE 2.2 for Windows 95(TM) Operating System\0"
  12. #define VER_FILETYPE VFT_DLL
  13. #define VER_FILESUBTYPE 0
  14. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  15. #define VER_FILEFLAGS 0L
  16. #define VER_FILEOS VOS_DOS_WINDOWS32
  17. #define VER_FILEDESCRIPTION_STR "Microsoft OLE 2.2 for Windows 95(TM) Operating System\0"
  18. #endif /* RC_INVOKED */