Leaked source code of windows server 2003
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.

31 lines
864 B

  1. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  2. // #include <vers.h> // devbin\vs\v6\include
  3. #include <version.h> // for 1.0 SDK ship only
  4. #include <vidstamp.h> // vsdev\pkgs\vid\include
  5. ///////////////////////////////////////////
  6. //
  7. // Set up the defines for use in common.ver
  8. //
  9. // defines for the VS_VERSION block
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT2_UNKNOWN
  12. // strings for the "StringFileInfo" block
  13. #define VER_LEGALCOPYRIGHT_YEARS "1998"
  14. #define VER_FILEDESCRIPTION_STR "Microsoft (R) Dynamic HTML Editing Control"
  15. #define VER_INTERNALNAME_STR "DHTMLEd"
  16. #define VER_ORIGINALFILENAME_STR "DHTMLEd.OCX"
  17. #ifdef VER_PRODUCTNAME_STR
  18. #undef VER_PRODUCTNAME_STR
  19. #endif
  20. #define VER_PRODUCTNAME_STR "DHTML Editing Component"
  21. #include <vidcomn.ver> // vsdev\pkgs\vid\include