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.

24 lines
653 B

  1. /*
  2. *****************************************************************************
  3. **
  4. ** (C) COPYRIGHT MICROSOFT CORP.
  5. **
  6. ** Name: devmgr.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 "Device Manager MMC Snapin"
  19. #define VER_INTERNALNAME_STR "devmgr"
  20. #define VER_LEGALCOPYRIGHT_YEARS "1997-2002"
  21. #define VER_ORIGINALFILENAME_STR "devmgr.dll"
  22. #include <common.ver>