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.

37 lines
1010 B

  1. #ifndef _MAC
  2. #ifndef HHCTRL
  3. #define HHCTRL
  4. #endif
  5. #include "verdef.h"
  6. STRINGTABLE LOADONCALL DISCARDABLE
  7. {
  8. IDS_VERSION IDS_VERSION_STRING
  9. }
  10. #include <winver.h>
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILESUBTYPE VFT_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Microsoft\256 HTML Help Control"
  14. #define VER_INTERNALNAME_STR "HHCtrl 1.33"
  15. #define VER_LEGALCOPYRIGHT_YEARS "1996-2000"
  16. #define VER_ORIGINALFILENAME_STR "HHCtrl.ocx"
  17. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  18. #define VER_FILEOS VOS_DOS_WINDOWS32
  19. #define VER_FILEFLAGS 0
  20. #define VER_COMPANYNAME_STR "Microsoft Corporation\0"
  21. #define VER_PRODUCTNAME_STR "HTML Help\0"
  22. #define VER_LEGALTRADEMARKS_STR \
  23. "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a registered trademark of Microsoft Corporation.\0"
  24. #ifdef NT_BUILD
  25. #include <common.ver>
  26. #else
  27. #include "common.ver"
  28. #endif
  29. #endif // !_MAC