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.

24 lines
824 B

  1. #ifndef _MAC
  2. #include "verdef.h"
  3. #include <winver.h>
  4. #define VER_FILETYPE VFT_APP
  5. #define VER_FILESUBTYPE VFT_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Microsoft\256 HTML Help"
  7. #define VER_INTERNALNAME_STR "HHSetup 1.3"
  8. #define VER_LEGALCOPYRIGHT_YEARS "1996-1998"
  9. #define VER_ORIGINALFILENAME_STR "HHSetup.dll"
  10. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  11. #define VER_FILEOS VOS_DOS_WINDOWS32
  12. #define VER_FILEFLAGS 0
  13. #define VER_COMPANYNAME_STR "Microsoft Corporation\0"
  14. #define VER_PRODUCTNAME_STR "HTML Help\0"
  15. #define VER_LEGALTRADEMARKS_STR \
  16. "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation.\0"
  17. #include <common.ver>
  18. #endif // !_MAC