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
613 B

  1. /*
  2. *****************************************************************************
  3. **
  4. ** (C) COPYRIGHT MICROSOFT CORP., 1997-
  5. **
  6. ** Name: ctv.rcv
  7. **
  8. ** Created: Wiliam Hsieh(williamh)
  9. **
  10. **
  11. ** Version information resource file.
  12. **
  13. ******************************************************************************
  14. */
  15. #include <ntverp.h>
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "TreeView OCX"
  19. #define VER_INTERNALNAME_STR "dmocx"
  20. #define VER_LEGALCOPYRIGHT_YEARS "1997"
  21. #define VER_ORIGINALFILENAME_STR "dmocx.dll"
  22. #include <common.ver>